mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-04 23:35:11 -04:00
cli: allow any well formatted zone in iam create
This commit is contained in:
parent
653bf3621d
commit
6694eabebd
2 changed files with 18 additions and 13 deletions
|
@ -212,7 +212,7 @@ func TestIAMCreateAWS(t *testing.T) {
|
|||
setupFs: defaultFs,
|
||||
creator: &stubIAMCreator{id: validIAMIDFile},
|
||||
provider: cloudprovider.AWS,
|
||||
zoneFlag: "us-west-5b",
|
||||
zoneFlag: "us-west",
|
||||
prefixFlag: "test",
|
||||
yesFlag: true,
|
||||
wantErr: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue