Skip to content

Commit

Permalink
Make the TestGetCurrentUser more resilient. (#12857)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tener authored May 25, 2022
1 parent c5991bf commit 672b133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/tls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ func TestGetCurrentUser(t *testing.T) {
Description: "",
Labels: nil,
Expires: nil,
ID: 12,
ID: currentUser.GetMetadata().ID,
},
Spec: types.UserSpecV2{
Roles: []string{"user:user1"},
Expand Down

0 comments on commit 672b133

Please sign in to comment.