Skip to content

Commit dbc2149

Browse files
authored
ci: fix policy_exceptions_test.go (#1506)
1 parent d854288 commit dbc2149

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration/policy_exceptions_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ func TestPolicyExceptionCreate(t *testing.T) {
2121
c.SendLine("TEST CLI")
2222
expectString(t, c, "Add constraint \"accountIds\"")
2323
c.SendLine("n")
24+
expectString(t, c, "Add constraint \"arns\"")
25+
c.SendLine("n")
2426
expectString(t, c, "Add constraint \"regionNames\"")
2527
c.SendLine("n")
2628
expectString(t, c, "Add constraint \"resourceNames\"")

0 commit comments

Comments
 (0)