Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
motoki317 committed Nov 1, 2023
1 parent a15970a commit 3b5dee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/oidc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func TestOIDCGetUser(t *testing.T) {
}`))

// Get user
user, err := provider.GetUser(token, "")
user, err := provider.GetUser(token, "email")
assert.Nil(err)
assert.Equal("[email protected]", user)
}
Expand Down

0 comments on commit 3b5dee0

Please sign in to comment.