Skip to content

Commit 18f80f5

Browse files
committed
ditch dangler
1 parent 888c43a commit 18f80f5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

coderd/users_test.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,9 @@ func TestPostLogin(t *testing.T) {
191191
defer cancel()
192192

193193
req := codersdk.CreateFirstUserRequest{
194-
Email: "testuser@coder.com",
195-
Username: "testuser",
196-
Password: "testpass",
197-
OrganizationName: "testorg",
194+
Email: "testuser@coder.com",
195+
Username: "testuser",
196+
Password: "testpass",
198197
}
199198
_, err := client.CreateFirstUser(ctx, req)
200199
require.NoError(t, err)

0 commit comments

Comments
 (0)