openflexure-microscope-server/tests/integration_tests
Richard Bowman 87c4a2aadf Provide both required arguments to move_in_image_coordinates
The integration test checks that moving in image coordinates fails
before the CSM thing is calibrated.
Unfortunately, it is missing the `y` argument, so it would fail either way.

This commit supplies the extra argument so that the failure should come from the right place.

It also changes the expected error to `ServerActionError` and adds a check
for the message, to verify it is due to missing calibration data.

A future version of the LabThings Client (#89) may raise a different
error if a required argument is missing, so fixing this will ensure
that upstream change doesn't break anything here.
2026-06-30 16:53:11 +01:00
..
test_actions.py Provide both required arguments to move_in_image_coordinates 2026-06-30 16:53:11 +01:00