2
0
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:
Oliver
2025-07-09 10:41:42 +10:00
committed by GitHub
parent f655250947
commit c96d2200dc

View File

@ -339,4 +339,3 @@ class APICallMixinTest(BaseMixinDefinition, TestCase):
)
self.assertEqual(result.status_code, 400)
self.assertIn('Bad Request', str(result.content))