Update tests for new camera streaming modes
This commit is contained in:
parent
aff860a086
commit
7dd715da88
8 changed files with 27 additions and 35 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue