fix mesos unit tests

This commit is contained in:
Mike Danese 2015-11-12 10:08:06 -08:00
parent a752dad1ba
commit 92d110f83c

View File

@ -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 { if err != nil {
t.Fatal(err) t.Fatal(err)
} }