Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnfaherty committed Oct 15, 2024
1 parent 4ba3f9a commit 36d6221
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_codecommit_provider():
)

source_stage = actual_result.resources.get("Pipeline").Stages[0]
action = source_stage.Actions[1]
action = source_stage.Actions[0]

# verify
assert source_stage.Name == "Source"
Expand Down

0 comments on commit 36d6221

Please sign in to comment.