Apply suggestions from code review of branch streaming-modes
Co-authored-by: Richard Bowman <richard.bowman@cantab.net>
This commit is contained in:
parent
f23acefea4
commit
b7ff72a383
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue