File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,12 +10,6 @@ Feature: list
1010 When I execute "cli53 list --endpoint-url https://route53.amazonaws.com" with var AWS_REGION as "us-east-1"
1111 Then the output contains "$domain"
1212
13- Scenario : I try to list domains with --endpoint-url without region
14- Given I have a domain "$domain"
15- When I execute "cli53 list --endpoint-url https://route53.amazonaws.com" with var AWS_REGION as ""
16- Then the exit code was 1
17- And the output matches "AWS_REGION must be set when using --endpoint-url"
18-
1913 Scenario : I can list domains as csv
2014 Given I have a domain "$domain"
2115 When I run "cli53 list --format csv"
@@ -39,7 +33,7 @@ Feature: list
3933 Scenario : I can list domains as text
4034 Given I have a domain "$domain"
4135 When I run "cli53 list --format text"
42- Then the output contains "Name: \" $domain. \" "
36+ Then the output contains "$domain"
4337
4438 Scenario : I can list domains as table
4539 Given I have a domain "$domain"
You can’t perform that action at this time.
0 commit comments