From 75c08589630820b395ebe84d745c18c14db3f28f Mon Sep 17 00:00:00 2001 From: McKayla Washburn Date: Fri, 8 Nov 2024 19:44:52 +0000 Subject: [PATCH] hmm --- internal/provider/organization_resource_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/internal/provider/organization_resource_test.go b/internal/provider/organization_resource_test.go index df9bcb3..aa65b8e 100644 --- a/internal/provider/organization_resource_test.go +++ b/internal/provider/organization_resource_test.go @@ -73,8 +73,6 @@ func TestAccOrganizationResource(t *testing.T) { resource.TestCheckResourceAttr("coderd_organization.test", "name", "example-org"), resource.TestCheckResourceAttr("coderd_organization.test", "display_name", "Example Organization"), resource.TestCheckResourceAttr("coderd_organization.test", "icon", "/icon/coder.svg"), - resource.TestCheckResourceAttr("coderd_organization.test", "members.#", "1"), - resource.TestCheckResourceAttr("coderd_organization.test", "members.0", user1.ID.String()), ), }, // Import @@ -91,8 +89,6 @@ func TestAccOrganizationResource(t *testing.T) { Check: resource.ComposeAggregateTestCheckFunc( resource.TestCheckResourceAttr("coderd_organization.test", "name", "example-org-new"), resource.TestCheckResourceAttr("coderd_organization.test", "display_name", "Example Organization New"), - resource.TestCheckResourceAttr("coderd_organization.test", "members.#", "1"), - resource.TestCheckResourceAttr("coderd_organization.test", "members.0", user2.ID.String()), ), }, // Unmanaged members