Skip to content

Commit

Permalink
Update utils_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonNep committed Aug 5, 2020
1 parent 4a52456 commit 3e04e03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions credentials/alts/utils_test.go
Expand Up @@ -175,6 +175,13 @@ func (s) TestClientAuthorizationCheck(t *testing.T) {
true,
codes.OK, // err is nil, code is OK.
},
{
"working case (case ignored)",
peer.NewContext(ctx, p),
[]string{strings.ToUpper(testServiceAccount1), testServiceAccount2},
true,
codes.OK, // err is nil, code is OK.
},
{
"context does not have AuthInfo",
ctx,
Expand Down

0 comments on commit 3e04e03

Please sign in to comment.