Skip to content

Commit

Permalink
Remove force flag
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve committed Nov 10, 2024
1 parent 54c62a8 commit 5d51680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7015,7 +7015,7 @@ def factory(pvc_vm=1):
def teardown():
for instance in instances:
try:
instance.delete_workload(force=True)
instance.delete_workload()
except ResourceNotDeleted:
raise ResourceNotDeleted("Workload deletion was unsuccessful")

Expand Down

0 comments on commit 5d51680

Please sign in to comment.