We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494e814 commit ecb4b21Copy full SHA for ecb4b21
integration_test/templates/functions/src/v2/alerts-tests.ts.hbs
@@ -28,6 +28,7 @@ const REGION = "{{region}}";
28
{{#if (eq trigger "onAlertPublished")}}
29
export const {{name}}{{../testRunId}} = onAlertPublished(
30
{
31
+ alertType: "{{alertType}}",
32
region: REGION,
33
timeoutSeconds: {{timeout}}
34
},
0 commit comments