Skip to content

Commit

Permalink
chore(build): remove now unnecessary setting of namespace default in …
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
GeorgeMac committed Dec 16, 2024
1 parent a5d2748 commit 6962272
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/testing/integration/authz/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,6 @@ func (s clientCallSet) assert(t *testing.T, ctx context.Context, client sdk.SDK)
type clientCall func(*testing.T, context.Context, sdk.SDK) error

func GetNamespace(in *flipt.GetNamespaceRequest) clientCall {
if in.GetNamespaceKey() == "" {
in.Key = "default"
}
return func(t *testing.T, ctx context.Context, s sdk.SDK) error {
_, err := s.Flipt().GetNamespace(ctx, in)
return fmt.Errorf("GetNamespace: %w", err)
Expand Down

0 comments on commit 6962272

Please sign in to comment.