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 3f56e44 commit 7d30577Copy full SHA for 7d30577
tests/integration/actions_job_test.go
@@ -577,7 +577,7 @@ jobs:
577
// verify CleanupEphemeralRunners does remove the custom crafted runner
578
actions_service.CleanupEphemeralRunners(t.Context())
579
580
- unittest.AssertNotExistsBean(t, &actions_model.ActionRunner{ID: runnerToRemove.ID})#
+ unittest.AssertNotExistsBean(t, &actions_model.ActionRunner{ID: runnerToRemove.ID})
581
582
// this cleanup is required to allow further tests to pass
583
doAPIDeleteRepository(user2APICtx)(t)
0 commit comments