Skip to content

Commit ecb4b21

Browse files
committed
fix(integration_tests): fix alert template
1 parent 494e814 commit ecb4b21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration_test/templates/functions/src/v2/alerts-tests.ts.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const REGION = "{{region}}";
2828
{{#if (eq trigger "onAlertPublished")}}
2929
export const {{name}}{{../testRunId}} = onAlertPublished(
3030
{
31+
alertType: "{{alertType}}",
3132
region: REGION,
3233
timeoutSeconds: {{timeout}}
3334
},

0 commit comments

Comments
 (0)