We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02948f commit ea61cfcCopy full SHA for ea61cfc
delta_backend/tests/test_log_firehose.py
@@ -70,4 +70,4 @@ def test_send_log_failure(self, mock_boto_client):
70
mock_logger_exception.assert_called_once_with("Error sending log to Firehose: Test exception")
71
72
if __name__ == "__main__":
73
- unittest.main()
+ unittest.main()
0 commit comments