diff --git a/internal/provider/organization_resource_test.go b/internal/provider/organization_resource_test.go index 55d8d92..b633265 100644 --- a/internal/provider/organization_resource_test.go +++ b/internal/provider/organization_resource_test.go @@ -57,11 +57,11 @@ func TestAccOrganizationResource(t *testing.T) { }, // Import { - Config: cfg2.String(t), + Config: cfg1.String(t), ResourceName: "coderd_organization.test", ImportState: true, ImportStateVerify: true, - ImportStateId: *cfg2.Name, + ImportStateId: *cfg1.Name, }, // Update and Read {