rename test

This commit is contained in:
Matthias 2022-05-15 02:56:05 +02:00
parent e68cd009f6
commit 68940deb5b
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -202,7 +202,7 @@ class APICallMixinTest(BaseMixinDefinition, TestCase):
result = self.mixin.api_build_url_args({'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"""
# api_call
result = self.mixin.get_external_url()