Skip to content

Commit e2bdcae

Browse files
committed
Fix tests list.feature
1 parent ba335df commit e2bdcae

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

internal/features/list.feature

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)