Skip to content

Commit

Permalink
PR feedback 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough committed Sep 15, 2023
1 parent f6002ef commit d41a28e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions control-plane/connect-inject/common/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,6 @@ func Test_ConsulNamespaceIsNotFound_ErrorMsg(t *testing.T) {
require.True(t, ok)
require.Equal(t, codes.InvalidArgument, s.Code())
require.Contains(t, s.Message(), "namespace resource not found")

require.True(t, ConsulNamespaceIsNotFound(err))
}

0 comments on commit d41a28e

Please sign in to comment.