Skip to content

Commit 435cb20

Browse files
committed
sure
1 parent 0a2f330 commit 435cb20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/provider/organization_resource_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ func TestAccOrganizationResource(t *testing.T) {
5757
},
5858
// Import
5959
{
60-
Config: cfg2.String(t),
60+
Config: cfg1.String(t),
6161
ResourceName: "coderd_organization.test",
6262
ImportState: true,
6363
ImportStateVerify: true,
64-
ImportStateId: *cfg2.Name,
64+
ImportStateId: *cfg1.Name,
6565
},
6666
// Update and Read
6767
{

0 commit comments

Comments
 (0)