fix TestRealisClient_BatchAwareAutoPause error

This commit is contained in:
lenhattan86 2021-10-18 20:28:33 -07:00
parent c4a858ef29
commit 324b811ab6

View file

@ -842,6 +842,7 @@ func TestRealisClient_BatchAwareAutoPause(t *testing.T) {
require.NoError(t, r.ResumeJobUpdate(key, "auto resuming test"))
}
}
assert.NoError(t, r.AbortJobUpdate(key, ""))
assert.NoError(t, r.KillJob(strategy.JobKey()))
}