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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/',