File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,8 @@ Matching a target which has been deleted returns a 500 (INTERNAL SERVER ERROR) r
184184This timeframe is not consistent on the real Vuforia Web Services.
185185On the mock, this timeframe is always three seconds.
186186
187+ TODO explain option here
188+
187189.. |Build Status | image :: https://travis-ci.org/adamtheturtle/vws-python.svg?branch=master
188190 :target: https://travis-ci.org/adamtheturtle/vws-python
189191.. |codecov | image :: https://codecov.io/gh/adamtheturtle/vws-python/branch/master/graph/badge.svg
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ def __enter__(self) -> 'MockVWS':
115115 client_access_key = self .client_access_key ,
116116 client_secret_key = self .client_secret_key ,
117117 mock_web_services_api = mock_vws_api ,
118+ # TODO change here
118119 query_recognizes_deletion_seconds = 3 ,
119120 )
120121
Original file line number Diff line number Diff line change @@ -420,3 +420,5 @@ def test_custom_base_vwq_url(self) -> None:
420420
421421 requests .post (url = 'https://vuforia.vwq.example.com/v1/query' )
422422 requests .get ('https://vws.vuforia.com/summary' )
423+
424+ # TODO test here
You can’t perform that action at this time.
0 commit comments