Skip to content

Commit 43c55b8

Browse files
committed
fix test
1 parent 4a85a28 commit 43c55b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/querying/test_iam_data_changes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def test_other_iam_data_fixes_in_GH_393(self):
430430
results = get_actions_for_service("elemental-activations")
431431
actions = [
432432
"elemental-activations:CompleteAccountRegistration",
433-
"elemental-activations:StartAccountRegistration",
433+
"elemental-activations:StartFileUpload",
434434
]
435435
for action in actions:
436436
self.assertTrue(action in results)

0 commit comments

Comments
 (0)