Fix typos when moving hardware test suit to new test env structure
This commit is contained in:
parent
782977e01c
commit
765404656a
3 changed files with 6 additions and 6 deletions
|
|
@ -34,4 +34,4 @@ def camera_test_client(settings_folder: Optional[str] = None):
|
|||
temporary directory will be used as the settings folder.
|
||||
"""
|
||||
with camera_test_env(settings_folder=settings_folder) as env:
|
||||
return env.get_thing_client("camera")
|
||||
yield env.get_thing_client("camera")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue