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 bd73bb4 commit 8f3e1b9Copy full SHA for 8f3e1b9
internal/provider/organization_resource_test.go
@@ -24,7 +24,7 @@ func TestAccOrganizationResource(t *testing.T) {
24
}
25
26
ctx := context.Background()
27
- client := integration.StartCoder(ctx, t, "group_acc", true)
+ client := integration.StartCoder(ctx, t, "organization_acc", true)
28
_, err := client.User(ctx, codersdk.Me)
29
require.NoError(t, err)
30
0 commit comments