Skip to content

Commit 34f2902

Browse files
committed
fixup! remove unnecessary change to CreateFirstUser
1 parent f6e9531 commit 34f2902

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coderd/coderdtest/coderdtest.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,7 @@ var FirstUserParams = codersdk.CreateFirstUserRequest{
600600
}
601601

602602
// CreateFirstUser creates a user with preset credentials and authenticates
603-
// with the passed in codersdk client. Optionally, pass a function to mutate
604-
// the first user create request as required.
603+
// with the passed in codersdk client.
605604
func CreateFirstUser(t testing.TB, client *codersdk.Client) codersdk.CreateFirstUserResponse {
606605
resp, err := client.CreateFirstUser(context.Background(), FirstUserParams)
607606
require.NoError(t, err)

0 commit comments

Comments
 (0)