Unverified Commit 8bf50168 authored by Drew Bailey's avatar Drew Bailey
Browse files

fix check

parent 39c9c20e
Showing with 1 addition and 0 deletions
+1 -0
......@@ -39,6 +39,7 @@ func (tc *SystemSchedTest) TestJobUpdateOnIneligbleNode(f *framework.F) {
jobs := nomadClient.Jobs()
allocs, _, err := jobs.Allocations(jobID, true, nil)
require.NoError(t, err)
var allocIDs []string
for _, alloc := range allocs {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment