Simplify API call mixin (#9983)

- Probably something on the remote API changed
This commit is contained in:
Oliver 2025-07-09 10:41:42 +10:00 committed by GitHub
parent f655250947
commit c96d2200dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -339,4 +339,3 @@ class APICallMixinTest(BaseMixinDefinition, TestCase):
)
self.assertEqual(result.status_code, 400)
self.assertIn('Bad Request', str(result.content))