Skip to content

Commit 01b6f4a

Browse files
committed
fix test for mssql
1 parent ff3dddd commit 01b6f4a

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, runnerToRemove)
580+
unittest.AssertNotExistsBean(t, &actions_model.ActionRunner{ID: runnerToRemove.ID})
581581
})
582582
}
583583

0 commit comments

Comments
 (0)