mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
fix test
This commit is contained in:
parent
bf7af8f72a
commit
6af2267e3d
@ -182,7 +182,7 @@ class APICallMixinTest(BaseMixinDefinition, TestCase):
|
|||||||
|
|
||||||
def test_function(self):
|
def test_function(self):
|
||||||
# check init
|
# check init
|
||||||
self.assertTrue(self.mixin.has_api_call())
|
self.assertTrue(self.mixin.has_api_call)
|
||||||
# api_url
|
# api_url
|
||||||
self.assertEqual('https://reqres.in', self.mixin.api_url)
|
self.assertEqual('https://reqres.in', self.mixin.api_url)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user