Skip to content

Commit 83b1715

Browse files
committed
fix unit tests for upgrade @octokit/auth-app from 3.6.0 to 3.6.1
1 parent b3b4f4d commit 83b1715

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ describe('scaleDown', () => {
233233
expiresAt: 'some-date',
234234
permissions: {},
235235
repositorySelection: 'all',
236+
installationId: 0,
236237
});
237238
mockCreateClient.mockResolvedValue(new mocktokit());
238239
DEFAULT_RUNNERS = JSON.parse(JSON.stringify(DEFAULT_RUNNERS_ORIGINAL));

modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ beforeEach(() => {
136136
expiresAt: 'some-date',
137137
permissions: {},
138138
repositorySelection: 'all',
139+
installationId: 0,
139140
});
140141

141142
mockCreateClient.mockResolvedValue(new mocktokit());

0 commit comments

Comments
 (0)