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

View File

@ -240,4 +240,4 @@ class APICallMixinTest(BaseMixinDefinition, TestCase):
# cover wrong token setting
with self.assertRaises(ValueError):
self.mixin_wrong.has_api_call()
self.mixin_wrong2.has_api_call()