Skip to content

Commit 6002c6f

Browse files
test: fix test after rebase
1 parent 4de5322 commit 6002c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/functions/control-plane/src/scale-runners/scale-up.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ describe('scaleUp with public GH', () => {
814814
it('creates a runner with correct config and labels and custom scale errors enabled.', async () => {
815815
process.env.RUNNER_LABELS = 'label1,label2';
816816
process.env.CUSTOM_SCALE_ERRORS = JSON.stringify(['RequestLimitExceeded']);
817-
await scaleUpModule.scaleUp('aws:sqs', TEST_DATA);
817+
await scaleUpModule.scaleUp(TEST_DATA);
818818
expect(createRunner).toBeCalledWith({
819819
...expectedRunnerParams,
820820
customScaleErrors: ['RequestLimitExceeded'],

0 commit comments

Comments
 (0)