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 fe773f4 commit 5cea584Copy full SHA for 5cea584
mergin/test/test_client.py
@@ -429,7 +429,7 @@ def test_push_pull_changes(mc):
429
f_conflict_checksum = generate_checksum(os.path.join(project_dir_2, f_updated))
430
431
# not at latest server version
432
- with pytest.raises(ClientError, match="Version mismatch"):
+ with pytest.raises(ClientError, match="mismatch"):
433
mc.push_project(project_dir_2)
434
435
# check changes in project_dir_2 before applied
0 commit comments