Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel committed Aug 27, 2024
1 parent 4a85a28 commit 43c55b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/querying/test_iam_data_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def test_other_iam_data_fixes_in_GH_393(self):
results = get_actions_for_service("elemental-activations")
actions = [
"elemental-activations:CompleteAccountRegistration",
"elemental-activations:StartAccountRegistration",
"elemental-activations:StartFileUpload",
]
for action in actions:
self.assertTrue(action in results)
Expand Down

0 comments on commit 43c55b8

Please sign in to comment.