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

@@ -337,7 +337,7 @@ func TestServiceAccountTokenAuthentication(t *testing.T) {
// It is the responsibility of the caller to ensure the returned stopFunc is called
func startServiceAccountTestServer(t *testing.T) (*clientset.Clientset, restclient.Config, func()) {
deleteAllEtcdKeys()
framework.DeleteAllEtcdKeys()
// Listener
var m *master.Master