Skip to content

Commit

Permalink
remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
sdahlbac committed May 20, 2024
1 parent cb1775c commit f33a1e5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions internal/provider/onepassword_item_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,7 @@ func TestAccItemResourceDocument(t *testing.T) {
ProtoV6ProviderFactories: testAccProtoV6ProviderFactories,
Steps: []resource.TestStep{
{
Config: testAccProviderConfig(testServer.URL) + testAccDocumentResourceConfig(expectedItem),
// ConfigPlanChecks: resource.ConfigPlanChecks{
// PreApply: []plancheck.PlanCheck{

// plancheck.ExpectUnknownOutputValue("test"),
// },
// },
Config: testAccProviderConfig(testServer.URL) + testAccDocumentResourceConfig(expectedItem),
ExpectError: regexp.MustCompile("Invalid Attribute Value Match"),
},
},
Expand Down

0 comments on commit f33a1e5

Please sign in to comment.