Skip to content

Commit

Permalink
test: remove useless call to t.Logf()
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 21, 2020
1 parent d59bba3 commit 11b2289
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion authorization_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ func TestAuthorizeAuthorizationHeaderRsaWithCert(t *testing.T) {
r.Header.Add("Authorization", "Bearer "+validFullHeaderRsaForCert)

claims, err := authorize(r, &jwtConfig{[]byte(certificateRsa), jwt.SigningMethodRS256}, []string{})
t.Logf("%v", err)
assert.Equal(t, []string{"foo", "bar"}, claims.Mercure.Publish)
assert.Equal(t, []string{"foo", "baz"}, claims.Mercure.Subscribe)
assert.Nil(t, err)
Expand Down

0 comments on commit 11b2289

Please sign in to comment.