Skip to content

Commit fe773f4

Browse files
committed
fix text in logging test
1 parent 0fb66b4 commit fe773f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/test/test_push_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def mc_post(url, *args, **kwargs):
108108
push_project_finalize(job)
109109

110110
text = caplog.text
111-
assert f"Push failed with HTTP error {status_code}" in text
111+
assert f"Push failed with HTTP code {status_code}" in text
112112
assert "Upload details:" in text
113113
assert "Files:" in text
114114
assert modified.name in text

0 commit comments

Comments
 (0)