Skip to content

Commit 711c762

Browse files
committed
Fix mock
1 parent 460370f commit 711c762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/functions/control-plane/src/pool/pool.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ beforeEach(() => {
170170
describe('Test simple pool.', () => {
171171
describe('With GitHub Cloud', () => {
172172
beforeEach(() => {
173-
scaleUp.getGitHubEnterpriseApiUrl.mockReturnValue({
173+
getGitHubEnterpriseApiUrl.mockReturnValue({
174174
ghesApiUrl: '',
175175
ghesBaseUrl: '',
176176
});

0 commit comments

Comments
 (0)