Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanndickson committed Jul 15, 2024
1 parent bd799f3 commit 0f716ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/user_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

func TestAccUserDataSource(t *testing.T) {
ctx := context.Background()
client := integration.StartCoder(ctx, t, "user_acc")
client := integration.StartCoder(ctx, t, "user_data_acc")
firstUser, err := client.User(ctx, codersdk.Me)
require.NoError(t, err)
user, err := client.CreateUser(ctx, codersdk.CreateUserRequest{
Expand Down

0 comments on commit 0f716ed

Please sign in to comment.