We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9449e0f commit d61357dCopy full SHA for d61357d
internal/oauthdevice/device_flow_test.go
@@ -11,8 +11,6 @@ import (
11
"time"
12
)
13
14
-func noSleep(ctx context.Context, d time.Duration) error { return nil }
15
-
16
const (
17
testDeviceAuthPath = "/device/code"
18
testTokenPath = "/token"
0 commit comments