Skip to content

Commit

Permalink
Fix deploy integration test (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehl-jf authored Jan 6, 2025
1 parent 32c4e60 commit 5c98bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/deploy_cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func deployTestSpec(tc deployTestCase) infra.TestDefinition {
workerAction = "GENERIC_EVENT"
}

err := it.RunCommand(infra.AppName, "init", "SCHEDULED_EVENT", workerName)
err := it.RunCommand(infra.AppName, "init", workerAction, workerName)
require.NoError(it, err)

if tc.patchManifest != nil {
Expand Down

0 comments on commit 5c98bd4

Please sign in to comment.