Skip to content

Commit 9ca7ef0

Browse files
committed
use encode()
1 parent da21464 commit 9ca7ef0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

coderd/coderdtest/oidctest/idp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ func (f *FakeIDP) httpHandler(t testing.TB) http.Handler {
10801080
"verification_uri": {verifyURL},
10811081
"expires_in": {strconv.Itoa(int(lifetime.Seconds()))},
10821082
"interval": {"3"},
1083-
})
1083+
}.Encode())
10841084
}))
10851085

10861086
mux.NotFound(func(rw http.ResponseWriter, r *http.Request) {

0 commit comments

Comments
 (0)