Skip to content

Commit

Permalink
chore: fixed circleci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Jan 5, 2025
1 parent bf496b3 commit 91036ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atlasaction/circleci_action_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func Test_circleCIOrb_GetTriggerContext(t *testing.T) {
ctx, err := orb.GetTriggerContext(context.Background())
require.NoError(t, err)
require.Equal(t, &atlasaction.TriggerContext{
Act: orb,
Repo: "atlas-orb",
Commit: "1234567890",
}, ctx)
Expand Down

0 comments on commit 91036ef

Please sign in to comment.