Skip to content

Commit 7d30577

Browse files
committed
cleanup
1 parent 3f56e44 commit 7d30577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/actions_job_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ jobs:
577577
// verify CleanupEphemeralRunners does remove the custom crafted runner
578578
actions_service.CleanupEphemeralRunners(t.Context())
579579

580-
unittest.AssertNotExistsBean(t, &actions_model.ActionRunner{ID: runnerToRemove.ID})#
580+
unittest.AssertNotExistsBean(t, &actions_model.ActionRunner{ID: runnerToRemove.ID})
581581

582582
// this cleanup is required to allow further tests to pass
583583
doAPIDeleteRepository(user2APICtx)(t)

0 commit comments

Comments
 (0)