Simplify API call mixin (#9983)
- Probably something on the remote API changed
This commit is contained in:
parent
f655250947
commit
c96d2200dc
|
|
@ -339,4 +339,3 @@ class APICallMixinTest(BaseMixinDefinition, TestCase):
|
|||
)
|
||||
|
||||
self.assertEqual(result.status_code, 400)
|
||||
self.assertIn('Bad Request', str(result.content))
|
||||
|
|
|
|||
Loading…
Reference in New Issue