Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
treywelsh committed Oct 11, 2023
1 parent b4e93ab commit 15163d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions opennebula/resource_opennebula_marketplace_app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ func TestAccMarketplaceAppliance(t *testing.T) {
if match {
return nil
}
match, _ = regexp.Match(`Cannot delete marketplaceapp\.`, []byte(err.Error()))
if match {
return nil
}
return err
},
Providers: testAccProviders,
Expand Down

0 comments on commit 15163d8

Please sign in to comment.