Commit bf02d172 authored by James DeFelice's avatar James DeFelice

rebased to master

parent 4943fe93
...@@ -850,7 +850,7 @@ func TestEtcdCreate(t *testing.T) { ...@@ -850,7 +850,7 @@ func TestEtcdCreate(t *testing.T) {
// Ensure that when scheduler creates a binding for a pod that has already been deleted // Ensure that when scheduler creates a binding for a pod that has already been deleted
// by the API server, API server returns not-found error. // by the API server, API server returns not-found error.
func TestEtcdCreateBindingNoPod(t *testing.T) { func TestEtcdCreateBindingNoPod(t *testing.T) {
registry, bindingRegistry, fakeClient, _ := newStorage(t) registry, bindingRegistry, _, fakeClient, _ := newStorage(t)
ctx := api.NewDefaultContext() ctx := api.NewDefaultContext()
fakeClient.TestIndex = true fakeClient.TestIndex = true
......
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