Skip to content

Commit 33ced25

Browse files
committed
Fix tests
1 parent e8a1d10 commit 33ced25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onepassword/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async def test_invalid_resolve():
4646
async def test_client_construction_no_auth():
4747
with pytest.raises(
4848
Exception,
49-
match="invalid user input: encountered the following errors: service account token was not specified; service account token had invalid format",
49+
match="invalid user input: encountered the following errors: service account token was not specified",
5050
):
5151
await onepassword.Client.authenticate(
5252
auth="",

0 commit comments

Comments
 (0)