Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/mock_vws/_decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__( # pylint: disable=too-many-arguments
real_http: Whether or not to forward requests to the real server if
they are not handled by the mock.
See
http://requests-mock.readthedocs.io/en/latest/mocker.html#real-http-requests.
https://requests-mock.readthedocs.io/en/latest/mocker.html#real-http-requests.
processing_time_seconds: The number of seconds to process each
image for. In the real Vuforia Web Services, this is not
deterministic.
Expand Down