Skip to content

Commit 00b4760

Browse files
committed
Linting
1 parent 722e36f commit 00b4760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/coderdtest/oidctest/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func (h *LoginHelper) Login(t *testing.T, idTokenClaims jwt.MapClaims) (*codersd
4747
}
4848

4949
// ExpireOauthToken expires the oauth token for the given user.
50-
func (h *LoginHelper) ExpireOauthToken(t *testing.T, db database.Store, user *codersdk.Client) (refreshToken string) {
50+
func (*LoginHelper) ExpireOauthToken(t *testing.T, db database.Store, user *codersdk.Client) (refreshToken string) {
5151
t.Helper()
5252

5353
//nolint:gocritic // Testing

0 commit comments

Comments
 (0)