We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ce2d2 commit 868c1bdCopy full SHA for 868c1bd
1 file changed
lambdas/functions/control-plane/src/scale-runners/scale-up.test.ts
@@ -987,7 +987,7 @@ describe('scaleUp with public GH', () => {
987
it('creates a runner with correct config and labels and custom scale errors enabled.', async () => {
988
process.env.RUNNER_LABELS = 'label1,label2';
989
process.env.CUSTOM_SCALE_ERRORS = JSON.stringify(['RequestLimitExceeded']);
990
- await scaleUpModule.scaleUp('aws:sqs', TEST_DATA);
+ await scaleUpModule.scaleUp(TEST_DATA);
991
expect(createRunner).toBeCalledWith({
992
...expectedRunnerParams,
993
customScaleErrors: ['RequestLimitExceeded'],
0 commit comments