Remove duplicate deleteAllEtcdKeys().

This commit is contained in:
Jan Safranek
2016-06-27 10:16:02 +02:00
parent ecfd4aa131
commit 2d24d981c0
4 changed files with 15 additions and 29 deletions

View File

@@ -442,7 +442,7 @@ func TestSingleWatch(t *testing.T) {
defer s.Close()
ns := "blargh"
deleteAllEtcdKeys()
framework.DeleteAllEtcdKeys()
client := client.NewOrDie(&restclient.Config{Host: s.URL, ContentConfig: restclient.ContentConfig{GroupVersion: testapi.Default.GroupVersion()}})
mkEvent := func(i int) *api.Event {