Skip to content

Commit 102edf0

Browse files
committed
Fix typo in key for GitHub runner ID in mock running instances
1 parent 0b462bb commit 102edf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/functions/control-plane/src/aws/runners.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const mockRunningInstancesJit: DescribeInstancesResult = {
6767
{ Key: 'ghr:created_by', Value: 'scale-up-lambda' },
6868
{ Key: 'ghr:Type', Value: 'Org' },
6969
{ Key: 'ghr:Owner', Value: 'CoderToCat' },
70-
{ Key: 'ghr:githubrunnerid', Value: '9876543210' },
70+
{ Key: 'ghr:github_runner_id', Value: '9876543210' },
7171
],
7272
},
7373
],

0 commit comments

Comments
 (0)