We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c5642 commit 778d5e3Copy full SHA for 778d5e3
tests/mock_vws/test_query.py
@@ -1516,7 +1516,7 @@ def test_deleted_inactive(
1516
@pytest.mark.usefixtures('verify_mock_vuforia')
1517
class TestTargetStatusFailed:
1518
"""
1519
- Tests for targets with the status failed
+ Tests for targets with the status "failed".
1520
1521
1522
def test_status_failed(
@@ -1525,7 +1525,7 @@ def test_status_failed(
1525
vuforia_database_keys: VuforiaDatabaseKeys,
1526
) -> None:
1527
1528
- XXX
+ Targets with the status "failed" are not found in query results.
1529
1530
image_content = png_rgb.getvalue()
1531
image_data_encoded = base64.b64encode(image_content).decode('ascii')
0 commit comments