Remove a load more /names/
This commit is contained in:
parent
e7f669cb56
commit
9ef417971f
15 changed files with 39 additions and 41 deletions
|
|
@ -21,7 +21,7 @@ def camera_server(camera: SimulatedCamera) -> lt.ThingClient:
|
|||
"""
|
||||
with tempfile.TemporaryDirectory() as tmpdir:
|
||||
server = lt.ThingServer(settings_folder=tmpdir)
|
||||
server.add_thing(camera, "/camera/")
|
||||
server.add_thing(camera, "camera")
|
||||
with TestClient(server.app):
|
||||
yield server
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue