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 d5d92c6 commit 177f605Copy full SHA for 177f605
tests/http/test_bad_request_with_response_id.py
@@ -21,6 +21,4 @@ def test_bad_request_with_response_id(self):
21
self._INVALID_USER_PERSON_ID
22
)
23
24
- self.assertIsNotNone(caught_exception)
25
- self.assertIsNotNone(caught_exception.exception)
26
self.assertIsNotNone(caught_exception.exception.response_id)
0 commit comments