Skip to content

Commit 9b954ed

Browse files
committed
Add stub for test
1 parent 46d14a3 commit 9b954ed

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tests/mock_vws/test_usage.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,4 +421,12 @@ def test_custom_base_vwq_url(self) -> None:
421421
requests.post(url='https://vuforia.vwq.example.com/v1/query')
422422
requests.get('https://vws.vuforia.com/summary')
423423

424-
# TODO test here
424+
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

Comments
 (0)