Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswittich committed Nov 8, 2024
1 parent a510dde commit 85efddd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions learning_loop_node/tests/detector/test_detector_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def mock_save(*args, **kwargs):
'detections': detector_node.detector_logic.detections, # type: ignore
'tags': ['test_tag'],
'source': 'test_source',
'creation_date': '2024-01-01T00:00:00',
}

for autoupload, expect_filtered, expect_all in test_cases:
Expand All @@ -52,6 +53,7 @@ def mock_save(*args, **kwargs):
camera_id="test_camera",
tags=["test_tag"],
source="test_source",
creation_date="2024-01-01T00:00:00",
autoupload=autoupload
)

Expand Down

0 comments on commit 85efddd

Please sign in to comment.