From 5c98bd4506c7df5552b25486bbf87de458017ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20ESTEGUET?= <106679334+ehl-jf@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:36:47 +0100 Subject: [PATCH] Fix deploy integration test (#14) --- test/commands/deploy_cmd_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/commands/deploy_cmd_test.go b/test/commands/deploy_cmd_test.go index d8d2de2..8d14a02 100644 --- a/test/commands/deploy_cmd_test.go +++ b/test/commands/deploy_cmd_test.go @@ -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 {