Skip to content

Commit 5cea584

Browse files
committed
Minor test upgrade to accept v2
1 parent fe773f4 commit 5cea584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/test/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def test_push_pull_changes(mc):
429429
f_conflict_checksum = generate_checksum(os.path.join(project_dir_2, f_updated))
430430

431431
# not at latest server version
432-
with pytest.raises(ClientError, match="Version mismatch"):
432+
with pytest.raises(ClientError, match="mismatch"):
433433
mc.push_project(project_dir_2)
434434

435435
# check changes in project_dir_2 before applied

0 commit comments

Comments
 (0)