Use logger instead of log
This commit is contained in:
parent
350c1cd127
commit
54d91c69cc
@ -1185,7 +1185,7 @@ func TestGetJwtSession(t *testing.T) {
|
||||
assert.Equal(t, session.IDToken, goodJwt)
|
||||
|
||||
jwtProviderServer := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||
log.Printf("%#v", r)
|
||||
logger.Printf("%#v", r)
|
||||
var payload string
|
||||
payload = r.Header.Get("Authorization")
|
||||
if payload == "" {
|
||||
|
Loading…
Reference in New Issue
Block a user