Skip to content

Commit 90ee439

Browse files
committed
feat(password): add test for validate auditor use case and change logic
1 parent 70455d4 commit 90ee439

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/users_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,6 @@ func TestUpdateUserPassword(t *testing.T) {
10441044
OrganizationIDs: []uuid.UUID{owner.OrganizationID},
10451045
})
10461046
require.NoError(t, err, "create member")
1047-
10481047
err = client.UpdateUserPassword(ctx, member.ID.String(), codersdk.UpdateUserPasswordRequest{
10491048
Password: "SomeNewStrongPassword!",
10501049
})

0 commit comments

Comments
 (0)