Skip to content

Commit 8f3e1b9

Browse files
committed
fix container name
1 parent bd73bb4 commit 8f3e1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/organization_resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func TestAccOrganizationResource(t *testing.T) {
2424
}
2525

2626
ctx := context.Background()
27-
client := integration.StartCoder(ctx, t, "group_acc", true)
27+
client := integration.StartCoder(ctx, t, "organization_acc", true)
2828
_, err := client.User(ctx, codersdk.Me)
2929
require.NoError(t, err)
3030

0 commit comments

Comments
 (0)