We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7748c3 commit cebe1e6Copy full SHA for cebe1e6
test.py
@@ -72,7 +72,7 @@ def test_get_with_id_filter(self):
72
73
def test_post_with_no_param(self):
74
result = self.client.sender.create(data={}).json()
75
- self.assertTrue('StatusCode' in result and result['StatusCode'] is not 400)
+ self.assertTrue('StatusCode' in result and result['StatusCode'] == 400)
76
77
def test_client_custom_version(self):
78
self.client = Client(
0 commit comments