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 ff3dddd commit 01b6f4aCopy full SHA for 01b6f4a
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, runnerToRemove)
+ unittest.AssertNotExistsBean(t, &actions_model.ActionRunner{ID: runnerToRemove.ID})
581
})
582
}
583
0 commit comments