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 e8a1d10 commit 33ced25Copy full SHA for 33ced25
src/onepassword/test_client.py
@@ -46,7 +46,7 @@ async def test_invalid_resolve():
46
async def test_client_construction_no_auth():
47
with pytest.raises(
48
Exception,
49
- match="invalid user input: encountered the following errors: service account token was not specified; service account token had invalid format",
+ match="invalid user input: encountered the following errors: service account token was not specified",
50
):
51
await onepassword.Client.authenticate(
52
auth="",
0 commit comments