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 c2e661e commit 0a2f330Copy full SHA for 0a2f330
internal/provider/organization_resource_test.go
@@ -61,7 +61,7 @@ func TestAccOrganizationResource(t *testing.T) {
61
ResourceName: "coderd_organization.test",
62
ImportState: true,
63
ImportStateVerify: true,
64
- ImportStateId: "name",
+ ImportStateId: *cfg2.Name,
65
},
66
// Update and Read
67
{
0 commit comments