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 3551c77 commit 441c4f4Copy full SHA for 441c4f4
lambdas/functions/control-plane/src/aws/runners.test.ts
@@ -284,7 +284,7 @@ describe('untag runner', () => {
284
owner: 'owner-2',
285
type: 'Repo',
286
};
287
- //await tag(runner.instanceId, [{ Key: 'ghr:orphan', Value: '' }]);
+ await tag(runner.instanceId, [{ Key: 'ghr:orphan', Value: 'true' }]);
288
expect(mockEC2Client).toHaveReceivedCommandWith(CreateTagsCommand, {
289
Resources: [runner.instanceId],
290
Tags: [{ Key: 'ghr:orphan', Value: 'true' }],
0 commit comments