We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e9531 commit 34f2902Copy full SHA for 34f2902
coderd/coderdtest/coderdtest.go
@@ -600,8 +600,7 @@ var FirstUserParams = codersdk.CreateFirstUserRequest{
600
}
601
602
// 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.
+// with the passed in codersdk client.
605
func CreateFirstUser(t testing.TB, client *codersdk.Client) codersdk.CreateFirstUserResponse {
606
resp, err := client.CreateFirstUser(context.Background(), FirstUserParams)
607
require.NoError(t, err)
0 commit comments