Apply suggestions from code review of branch streaming-modes

Co-authored-by: Richard Bowman <richard.bowman@cantab.net>
This commit is contained in:
Julian Stirling 2026-05-27 15:33:43 +00:00
parent f23acefea4
commit b7ff72a383

View file

@ -31,7 +31,7 @@ def temp_jpeg(tmp_path: Path) -> Path:
def test_add_metadata_to_capture(temp_jpeg): def test_add_metadata_to_capture(temp_jpeg):
"""Use a SimulatedCamerato add metadata to a tmp capture and test fields.""" """Use a SimulatedCamera to add metadata to a tmp capture and test fields."""
cam = create_thing_without_server(SimulatedCamera) cam = create_thing_without_server(SimulatedCamera)
metadata = { metadata = {
"Dummy1": 1, "Dummy1": 1,