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 3ce21f5 commit 1ecbe5fCopy full SHA for 1ecbe5f
tests/test_filepath.py
@@ -206,7 +206,7 @@ def test_filepath_class_no_checksum():
206
for handler in logger.handlers: # Clean up handler
207
if handler.name == "test_limit_warning":
208
logger.removeHandler(handler)
209
- assert "Warning skipped checksum for file with hash" in log_contents
+ assert "Skipped checksum for file with hash:" in log_contents
210
211
212
def test_filepath_cleanup(table=Filepath(), store="repo"):
0 commit comments