Apply suggestions from code review of branch Camera-tweaks

Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
Julian Stirling 2025-07-29 16:34:38 +00:00
parent f710612a51
commit f0c6ded1b6

View file

@ -31,7 +31,7 @@ EXPOSURE_TOL = 30
@contextmanager
def camera_test_client(settings_folder: Optional[str] = None):
"""Yield a camera ThingClinet on a camera server.
"""Yield a camera ThingClient on a camera server.
This is a context manager not a pytest fixture as it needs to be created
multiple times in some tests.