2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

fix doctest

This commit is contained in:
Matthias 2022-05-15 02:40:23 +02:00
parent 442341de50
commit 039dbbbe7e
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -209,7 +209,7 @@ class APICallMixinTest(BaseMixinDefinition, TestCase):
self.assertTrue(result)
self.assertIn('data', result,)
# api_call without response
# api_call without json conversion
result = self.mixin.get_external_url(False)
self.assertTrue(result)
self.assertEqual(result.reason, 'OK')