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 4ead3ad commit 74f66ecCopy full SHA for 74f66ec
tests/test_exceptions.py
@@ -211,7 +211,7 @@ def test_metadata_too_large(
211
def test_authentication_failure(high_quality_image: io.BytesIO) -> None:
212
"""
213
An ``AuthenticationFailure`` exception is raised when the server access key
214
- does not exist.
+ exists but the server secret key is incorrect.
215
216
database = VuforiaDatabase()
217
with MockVWS() as mock:
0 commit comments