diff --git a/api/controllers/v2/github.ts b/api/controllers/v2/github.ts index 1085d8c7d..2d57dc4d1 100644 --- a/api/controllers/v2/github.ts +++ b/api/controllers/v2/github.ts @@ -229,7 +229,7 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr return { statusCode: 202, headers: { 'Content-Type': 'text/plain' }, - body: 'Jobs Queued 2' + projectEntry, + body: 'Jobs Queued 3' + projectEntry, }; } catch (err) { return {