Skip to content

Commit dcc1b4a

Browse files
committed
Linting
1 parent 2c0decb commit dcc1b4a

File tree

1 file changed

+1
-1
lines changed
  • coderd/coderdtest/oidctest

1 file changed

+1
-1
lines changed

coderd/coderdtest/oidctest/idp.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ func (f *FakeIDP) httpHandler(t testing.TB) http.Handler {
834834
}
835835
mux.Handle(userInfoPath, http.HandlerFunc(func(rw http.ResponseWriter, r *http.Request) {
836836
email, ok := validateMW(rw, r)
837-
f.logger.Info(r.Context(), "http userinfo",
837+
f.logger.Info(r.Context(), "http userinfo endpoint",
838838
slog.F("valid", ok),
839839
slog.F("email", email),
840840
)

0 commit comments

Comments
 (0)