mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-09 15:10:54 +00:00
Simplify API call mixin (#9983)
- Probably something on the remote API changed
This commit is contained in:
@ -339,4 +339,3 @@ class APICallMixinTest(BaseMixinDefinition, TestCase):
|
|||||||
)
|
)
|
||||||
|
|
||||||
self.assertEqual(result.status_code, 400)
|
self.assertEqual(result.status_code, 400)
|
||||||
self.assertIn('Bad Request', str(result.content))
|
|
||||||
|
Reference in New Issue
Block a user