Skip to content

Commit

Permalink
sure
Browse files Browse the repository at this point in the history
  • Loading branch information
aslilac committed Nov 14, 2024
1 parent 0a2f330 commit 435cb20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/provider/organization_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ func TestAccOrganizationResource(t *testing.T) {
},
// Import
{
Config: cfg2.String(t),
Config: cfg1.String(t),
ResourceName: "coderd_organization.test",
ImportState: true,
ImportStateVerify: true,
ImportStateId: *cfg2.Name,
ImportStateId: *cfg1.Name,
},
// Update and Read
{
Expand Down

0 comments on commit 435cb20

Please sign in to comment.