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)
|
assert.Equal(t, session.IDToken, goodJwt)
|
||||||
|
|
||||||
jwtProviderServer := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
jwtProviderServer := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||||
log.Printf("%#v", r)
|
logger.Printf("%#v", r)
|
||||||
var payload string
|
var payload string
|
||||||
payload = r.Header.Get("Authorization")
|
payload = r.Header.Get("Authorization")
|
||||||
if payload == "" {
|
if payload == "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user