Skip to content

Commit 74f66ec

Browse files
committed
Update docstring
1 parent 4ead3ad commit 74f66ec

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)