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 adbe5f4 commit 1da14caCopy full SHA for 1da14ca
test/action/test_repo.py
@@ -762,7 +762,7 @@ def test_handle_error(logger, format_exc):
762
else:
763
assert False
764
r._report_error.assert_called_with("ahh")
765
- logger.error.assert_called_with("Issue reporting failed", exc_info=True)
+ logger.error.assert_called_with("Issue reporting failed")
766
767
768
@patch("traceback.format_exc", return_value="ahh")
0 commit comments