chore(base): Dont reload model, reset the parts that change in tests
creates issues with mocking ref: #788
This commit is contained in:
@ -99,7 +99,7 @@ class CenturionModel(
|
||||
if keep_parents is None:
|
||||
keep_parents = self._is_submodel
|
||||
|
||||
if self._audit_enabled and self.id:
|
||||
if self._audit_enabled:
|
||||
|
||||
self._after = {}
|
||||
|
||||
|
Reference in New Issue
Block a user