Skip to content

Commit c653dd8

Browse files
committed
fix test case
1 parent 9ed1774 commit c653dd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/createOrUpdateStagingDeployTest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ describe('createOrUpdateStagingDeployCash', () => {
209209
owner: CONST.GITHUB_OWNER,
210210
repo: CONST.APP_REPO,
211211
title: `Deploy Checklist: New Expensify ${fns.format(new Date(), 'yyyy-MM-dd')}`,
212-
labels: [CONST.LABELS.STAGING_DEPLOY],
212+
labels: [CONST.LABELS.STAGING_DEPLOY, CONST.LABELS.LOCK_DEPLOY],
213213
html_url: `https://github.com/${process.env.GITHUB_REPOSITORY}/issues/29`,
214214
assignees: [CONST.APPLAUSE_BOT],
215215
body:
@@ -259,7 +259,7 @@ describe('createOrUpdateStagingDeployCash', () => {
259259
owner: CONST.GITHUB_OWNER,
260260
repo: CONST.APP_REPO,
261261
title: `Deploy Checklist: New Expensify ${fns.format(new Date(), 'yyyy-MM-dd')}`,
262-
labels: [CONST.LABELS.STAGING_DEPLOY],
262+
labels: [CONST.LABELS.STAGING_DEPLOY, CONST.LABELS.LOCK_DEPLOY],
263263
html_url: `https://github.com/${process.env.GITHUB_REPOSITORY}/issues/29`,
264264
assignees: [CONST.APPLAUSE_BOT],
265265
body:

0 commit comments

Comments
 (0)