Skip to content

Commit 2b6955d

Browse files
committed
Fix error in the test because of line split
1 parent 6f2bb97 commit 2b6955d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mergin/test/test_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2659,8 +2659,7 @@ def test_error_projects_limit_hit(mcStorage: MerginClient):
26592659
assert e.server_code == ErrorCode.ProjectsLimitHit.value
26602660
assert (
26612661
e.detail
2662-
== "Maximum number of projects is reached. Please upgrade your subscription\
2663-
to create new projects (ProjectsLimitHit)"
2662+
== "Maximum number of projects is reached. Please upgrade your subscription to create new projects (ProjectsLimitHit)"
26642663
)
26652664
assert e.http_error == 422
26662665
assert e.http_method == "POST"

0 commit comments

Comments
 (0)