From 80205b23205d441d388c201285f69441eae17a0e Mon Sep 17 00:00:00 2001 From: Jonathan MacMillan Date: Wed, 15 Feb 2017 11:00:09 -0800 Subject: [PATCH] [Federation] Fixes the newly-added test for replicaset deletion upon namespace deletion. See #41278 for the original test. --- test/e2e_federation/federated-namespace.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_federation/federated-namespace.go b/test/e2e_federation/federated-namespace.go index 262ceca0ea1..a5e0c220507 100644 --- a/test/e2e_federation/federated-namespace.go +++ b/test/e2e_federation/federated-namespace.go @@ -102,7 +102,7 @@ var _ = framework.KubeDescribe("Federation namespace [Feature:Federation]", func It("deletes replicasets in the namespace when the namespace is deleted", func() { fedframework.SkipUnlessFederated(f.ClientSet) - nsName := createNamespace(f.FederationClientset.Core().Namespaces()) + nsName = createNamespace(f.FederationClientset.Core().Namespaces()) rsName := v1.SimpleNameGenerator.GenerateName(replicaSetNamePrefix) replicaCount := int32(2) rs := &v1beta1.ReplicaSet{