Skip to content

Commit

Permalink
reverting test_slack_logger bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lockefox committed Mar 21, 2018
1 parent d936fcc commit 3d82432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_prosper_logging.py
Expand Up @@ -342,10 +342,10 @@ def test_slack_logger(config=TEST_CONFIG):
log_capture.check(
(test_logname, 'INFO', 'prosper.common.prosper_logging TEST --INFO--'),
(test_logname, 'WARNING', 'prosper.common.prosper_logging TEST --WARNING--'),
#(REQUEST_LOGNAME, 'DEBUG', SLACK_NEW_CONNECTION),
(REQUEST_LOGNAME, 'DEBUG', SLACK_NEW_CONNECTION),
(REQUEST_LOGNAME, 'DEBUG', request_POST_endpoint),
(test_logname, 'ERROR', 'prosper.common.prosper_logging TEST --ERROR--'),
#(REQUEST_LOGNAME, 'DEBUG', SLACK_NEW_CONNECTION),
(REQUEST_LOGNAME, 'DEBUG', SLACK_NEW_CONNECTION),
(REQUEST_LOGNAME, 'DEBUG', request_POST_endpoint),
(test_logname, 'CRITICAL', 'prosper.common.prosper_logging TEST --CRITICAL--'),
)
Expand Down

0 comments on commit 3d82432

Please sign in to comment.