Skip to content

Commit

Permalink
shopinvader_v1_base: purge registry after test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Aug 9, 2023
1 parent ff58e56 commit c84c208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shopinvader_v1_base/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class ControllerTest(RestController):
@classmethod
def tearDownClass(cls):
super().tearDownClass()
_rest_controllers_per_module["shopinvader"] = []
_rest_controllers_per_module["shopinvader_v1_base"] = []

def setUp(self):
SavepointCase.setUp(self)
Expand Down

0 comments on commit c84c208

Please sign in to comment.