revert(api): when testing create object, remove the actual created object prior to testing the add

object is class scoped and cant be deleted

ref: #849
This commit is contained in:
2025-07-04 19:06:48 +09:30
parent 9ebf9bf3de
commit 7c85d9653f

View File

@ -103,7 +103,7 @@ class APIPermissionAddInheritedCases:
url = the_model.get_url( many = True )
the_model.delete()
# the_model.delete()
try: