Commit eb3de9c4 authored by Brendan Burns's avatar Brendan Burns

Merge pull request #17167 from mikedanese/fix-unit-tests

fix mesos unit tests
parents 1cbd302f 92d110f8
......@@ -190,7 +190,7 @@ func TestWildcardHostPortMatching(t *testing.T) {
}},
}},
}
task, err = New(api.NewDefaultContext(), "", *pod, &mesos.ExecutorInfo{})
task, err = New(api.NewDefaultContext(), "", pod)
if err != nil {
t.Fatal(err)
}
......
Markdown is supported
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