Skip to content

Commit 0a2f330

Browse files
committed
?
1 parent c2e661e commit 0a2f330

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
@@ -61,7 +61,7 @@ func TestAccOrganizationResource(t *testing.T) {
6161
ResourceName: "coderd_organization.test",
6262
ImportState: true,
6363
ImportStateVerify: true,
64-
ImportStateId: "name",
64+
ImportStateId: *cfg2.Name,
6565
},
6666
// Update and Read
6767
{

0 commit comments

Comments
 (0)