We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccc38f commit 475be73Copy full SHA for 475be73
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