Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
aslilac committed Nov 8, 2024
1 parent 3397984 commit 75c0858
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/provider/organization_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 75c0858

Please sign in to comment.