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:
@ -103,7 +103,7 @@ class APIPermissionAddInheritedCases:
|
|||||||
|
|
||||||
url = the_model.get_url( many = True )
|
url = the_model.get_url( many = True )
|
||||||
|
|
||||||
the_model.delete()
|
# the_model.delete()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user