We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de5322 commit 6002c6fCopy full SHA for 6002c6f
lambdas/functions/control-plane/src/scale-runners/scale-up.test.ts
@@ -814,7 +814,7 @@ describe('scaleUp with public GH', () => {
814
it('creates a runner with correct config and labels and custom scale errors enabled.', async () => {
815
process.env.RUNNER_LABELS = 'label1,label2';
816
process.env.CUSTOM_SCALE_ERRORS = JSON.stringify(['RequestLimitExceeded']);
817
- await scaleUpModule.scaleUp('aws:sqs', TEST_DATA);
+ await scaleUpModule.scaleUp(TEST_DATA);
818
expect(createRunner).toBeCalledWith({
819
...expectedRunnerParams,
820
customScaleErrors: ['RequestLimitExceeded'],
0 commit comments