Skip to content

Commit 58c0d07

Browse files
Merge pull request #1033 from adamtheturtle/auth-failure
Update docstring
2 parents 4ead3ad + 74f66ec commit 58c0d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def test_metadata_too_large(
211211
def test_authentication_failure(high_quality_image: io.BytesIO) -> None:
212212
"""
213213
An ``AuthenticationFailure`` exception is raised when the server access key
214-
does not exist.
214+
exists but the server secret key is incorrect.
215215
"""
216216
database = VuforiaDatabase()
217217
with MockVWS() as mock:

0 commit comments

Comments
 (0)