2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

remove offending test (#4100)

This commit is contained in:
Oliver
2022-12-22 12:07:33 +11:00
committed by GitHub
parent f666772f38
commit d235a2021c

View File

@ -260,10 +260,6 @@ class APICallMixinTest(BaseMixinDefinition, TestCase):
self.assertTrue(result)
self.assertEqual(result.reason, 'OK')
# api_call with full url
result = self.mixin.api_call('rate_limit')
self.assertTrue(result)
# api_call with post and data
result = self.mixin.api_call(
'https://reqres.in/api/users/',