Skip to content

Commit 1b6036d

Browse files
committed
lint'
1 parent ef4c4d4 commit 1b6036d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enterprise/coderd/scim_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ func TestScim(t *testing.T) {
404404
require.NoError(t, err)
405405
require.Equal(t, codersdk.UserStatusDormant, scimUser.Status, "user starts as dormant")
406406

407+
//nolint:bodyclose
407408
scimUserClient, _ := fake.Login(t, client, jwt.MapClaims{
408409
"email": sUser.Emails[0].Value,
409410
})

0 commit comments

Comments
 (0)