Skip to content

Commit

Permalink
fix: remove special char from snapshot symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 25, 2022
1 parent 3bb943a commit 5f5036a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2/oauth2_auth_code_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ func TestAuthCodeWithMockStrategy(t *testing.T) {
expectOAuthAuthError: true,
},
{
d: "should pass because prompt=none and max_age < auth_time",
d: "should pass because prompt=none and max_age is less than auth_time",
authURL: oauthConfig.AuthCodeURL("some-foo-state") + "&prompt=none&max_age=3600",
authTime: time.Now().UTC().Add(-time.Minute),
requestTime: time.Now().UTC(),
Expand Down

0 comments on commit 5f5036a

Please sign in to comment.