Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
eugh
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan committed Jun 16, 2022
1 parent a132394 commit 948e08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/identity_context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

func TestGetClaims(t *testing.T) {
noClaims := make(map[string]interface{})
noClaims := map[string]interface{}(nil)
noClaimsCtx := NewIdentityContext("", "", "", time.Now(), nil, nil, nil)
assert.EqualValues(t, noClaims, noClaimsCtx.Claims())

Expand Down

0 comments on commit 948e08a

Please sign in to comment.