We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1daf332 commit 3b409e0Copy full SHA for 3b409e0
coderd/promoauth/oauth2_test.go
@@ -50,6 +50,7 @@ func TestMaintainDefault(t *testing.T) {
50
req, err := http.NewRequest(http.MethodGet,
51
must(idp.IssuerURL().Parse("/.well-known/openid-configuration")).String(), nil)
52
require.NoError(t, err)
53
+ req = req.WithContext(ctx)
54
55
resp, err := http.DefaultClient.Do(req)
56
0 commit comments