Skip to content

Commit

Permalink
ci: fix policy_exceptions_test.go (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao authored Jan 9, 2024
1 parent d854288 commit dbc2149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/policy_exceptions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ func TestPolicyExceptionCreate(t *testing.T) {
c.SendLine("TEST CLI")
expectString(t, c, "Add constraint \"accountIds\"")
c.SendLine("n")
expectString(t, c, "Add constraint \"arns\"")
c.SendLine("n")
expectString(t, c, "Add constraint \"regionNames\"")
c.SendLine("n")
expectString(t, c, "Add constraint \"resourceNames\"")
Expand Down

0 comments on commit dbc2149

Please sign in to comment.