Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed May 8, 2024
1 parent ba76f27 commit 041158b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/envfuncs/ns_funcs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"

"sigs.k8s.io/e2e-framework/klient/k8s/resources"
"sigs.k8s.io/e2e-framework/klient/wait"
"sigs.k8s.io/e2e-framework/klient/wait/conditions"
Expand All @@ -43,7 +44,8 @@ func TestCreateNamespace(t *testing.T) {
expectedAnnotations map[string]string
}{
{
name: "CreateBasicNamespace",
name: "CreateBasicNamespace",
expectedLabels: map[string]string{},
},
{
name: "CreateNamespaceWithLabelsAndAnn",
Expand Down

0 comments on commit 041158b

Please sign in to comment.