We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e428182 commit 53a3380Copy full SHA for 53a3380
1 file changed
mergin/test/test_client.py
@@ -2888,8 +2888,7 @@ def test_mc_without_login():
2888
with pytest.raises(ClientError) as e:
2889
mc.workspaces_list()
2890
2891
- assert e.value.http_error == 401
2892
- assert e.value.detail == '"Authentication information is missing or invalid."\n'
+ assert e.value.detail == "Missing login or password"
2893
2894
2895
def test_do_request_error_handling(mc: MerginClient):
0 commit comments