From d235a2021c9ace5d0cefcb77f983aa0f27c91478 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 22 Dec 2022 12:07:33 +1100 Subject: [PATCH] remove offending test (#4100) --- InvenTree/plugin/base/integration/test_mixins.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/InvenTree/plugin/base/integration/test_mixins.py b/InvenTree/plugin/base/integration/test_mixins.py index c2361c731b..b5af8e95fe 100644 --- a/InvenTree/plugin/base/integration/test_mixins.py +++ b/InvenTree/plugin/base/integration/test_mixins.py @@ -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/',