Skip to content

Commit c2e661e

Browse files
committed
fix import
1 parent a716a58 commit c2e661e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/provider/organization_resource_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ func TestAccOrganizationResource(t *testing.T) {
5757
},
5858
// Import
5959
{
60-
Config: cfg1.String(t),
60+
Config: cfg2.String(t),
6161
ResourceName: "coderd_organization.test",
6262
ImportState: true,
6363
ImportStateVerify: true,
64+
ImportStateId: "name",
6465
},
6566
// Update and Read
6667
{

0 commit comments

Comments
 (0)