We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d14a3 commit 9b954edCopy full SHA for 9b954ed
tests/mock_vws/test_usage.py
@@ -421,4 +421,12 @@ def test_custom_base_vwq_url(self) -> None:
421
requests.post(url='https://vuforia.vwq.example.com/v1/query')
422
requests.get('https://vws.vuforia.com/summary')
423
424
-# TODO test here
+
425
+class TestCustomQueryRecognizesDeletionSeconds:
426
+ """
427
+ Tests for setting the amount of time after a target has been deleted
428
+ until it is not recognized by the query endpoint.
429
430
431
+ def test_default(self):
432
+ pass
0 commit comments