mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
fix test
This commit is contained in:
@ -240,4 +240,4 @@ class APICallMixinTest(BaseMixinDefinition, TestCase):
|
|||||||
|
|
||||||
# cover wrong token setting
|
# cover wrong token setting
|
||||||
with self.assertRaises(ValueError):
|
with self.assertRaises(ValueError):
|
||||||
self.mixin_wrong.has_api_call()
|
self.mixin_wrong2.has_api_call()
|
||||||
|
Reference in New Issue
Block a user