Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit45df24d

Browse files
committed
appease fmt
1 parent043004f commit45df24d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎coderd/httpmw/apikey_test.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -530,13 +530,13 @@ func TestAPIKey(t *testing.T) {
530530
)
531531
r.Header.Set(codersdk.SessionTokenHeader,token)
532532

533-
// Include a valid oauth token for refreshing. If this token is invalid,
534-
// it is difficult to tell an auth failure froma expired api key, or
535-
// an expired oauth key.
536-
oauthToken:=&oauth2.Token{
537-
AccessToken:"wow",
538-
RefreshToken:"moo",
539-
Expiry:dbtime.Now().AddDate(0,0,1),
533+
// Include a valid oauth token for refreshing. If this token is invalid,
534+
// it is difficult to tell an auth failure froman expired api key, or
535+
// an expired oauth key.
536+
oauthToken:=&oauth2.Token{
537+
AccessToken:"wow",
538+
RefreshToken:"moo",
539+
Expiry:dbtime.Now().AddDate(0,0,1),
540540
}
541541
httpmw.ExtractAPIKeyMW(httpmw.ExtractAPIKeyConfig{
542542
DB:db,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp