Skip to content

Commit 177f605

Browse files
author
Kevin Hellemun
committed
Removed redundant assertions. (#59)
1 parent d5d92c6 commit 177f605

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/http/test_bad_request_with_response_id.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ def test_bad_request_with_response_id(self):
2121
self._INVALID_USER_PERSON_ID
2222
)
2323

24-
self.assertIsNotNone(caught_exception)
25-
self.assertIsNotNone(caught_exception.exception)
2624
self.assertIsNotNone(caught_exception.exception.response_id)

0 commit comments

Comments
 (0)