Skip to content

Commit 16cfe45

Browse files
authored
Update test.feature
1 parent b16012e commit 16cfe45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/functional/test_issue-249-has/test.feature

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ Feature: Resources should be properly tagged
99
Scenario: Ensure that waf_policy for ALB/CF tag is defined
1010
Given I have aws_alb defined
1111
When it has tags
12+
Then it must contain tags
1213
Then it must contain waf_policy
1314
And its value must match the "^(internal|external|custom)$" regex
1415

1516
Scenario: Ensure that waf_custom for ALB/CF tag is defined
1617
Given I have aws_alb defined
1718
When it has tags
18-
Then it must contain waf_custom
19+
Then it must contain waf_custom

0 commit comments

Comments
 (0)