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