Skip to content

Commit

Permalink
Fix error in the test because of line split
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Jul 31, 2024
1 parent 6f2bb97 commit 2b6955d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mergin/test/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2659,8 +2659,7 @@ def test_error_projects_limit_hit(mcStorage: MerginClient):
assert e.server_code == ErrorCode.ProjectsLimitHit.value
assert (
e.detail
== "Maximum number of projects is reached. Please upgrade your subscription\
to create new projects (ProjectsLimitHit)"
== "Maximum number of projects is reached. Please upgrade your subscription to create new projects (ProjectsLimitHit)"
)
assert e.http_error == 422
assert e.http_method == "POST"
Expand Down

0 comments on commit 2b6955d

Please sign in to comment.