mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
rename test
This commit is contained in:
parent
e68cd009f6
commit
68940deb5b
@ -202,7 +202,7 @@ class APICallMixinTest(BaseMixinDefinition, TestCase):
|
|||||||
result = self.mixin.api_build_url_args({'a': 'b', 'c': ['d', 'e', 'f', ]})
|
result = self.mixin.api_build_url_args({'a': 'b', 'c': ['d', 'e', 'f', ]})
|
||||||
self.assertEqual(result, '?a=b&c=d,e,f')
|
self.assertEqual(result, '?a=b&c=d,e,f')
|
||||||
|
|
||||||
def test_function(self):
|
def test_api_call(self):
|
||||||
"""Test that api calls work"""
|
"""Test that api calls work"""
|
||||||
# api_call
|
# api_call
|
||||||
result = self.mixin.get_external_url()
|
result = self.mixin.get_external_url()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user