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.
2 parents fa258f3 + 116e66c commit a125ba7Copy full SHA for a125ba7
test/test_part.py
@@ -394,7 +394,7 @@ def test_part_delete(self):
394
with self.assertRaises(requests.exceptions.HTTPError) as ar:
395
response = p.delete()
396
397
- self.assertIn("is active: cannot delete", str(ar.exception))
+ self.assertIn("Cannot delete this part as it is still active", str(ar.exception))
398
399
p.save(data={'active': False})
400
0 commit comments