mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove offending test (#4100)
This commit is contained in:
parent
f666772f38
commit
d235a2021c
@ -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/',
|
||||
|
Loading…
Reference in New Issue
Block a user