Update tests for new camera streaming modes

This commit is contained in:
Julian Stirling 2026-05-26 22:28:51 +01:00
parent aff860a086
commit 7dd715da88
8 changed files with 27 additions and 35 deletions

View file

@ -107,9 +107,9 @@ def mock_picam_thing(mocker):
},
)
from openflexure_microscope_server.things.camera.picamera import StreamingPiCamera2
from openflexure_microscope_server.things.camera.picamera import PiCameraV2
return create_thing_without_server(StreamingPiCamera2)
return create_thing_without_server(PiCameraV2)
@pytest.fixture