This commit is contained in:
Matthias 2022-05-15 03:06:35 +02:00
parent 4fa23cbe4d
commit 43b1d25016
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -165,7 +165,7 @@ class APICallMixinTest(BaseMixinDefinition, TestCase):
API_URL_SETTING = 'API_URL'
API_TOKEN_SETTING = 'API_TOKEN'
def get_external_url(self, simple:bool = True):
def get_external_url(self, simple: bool = True):
'''
returns data from the sample endpoint
'''