Skip to content
Snippets Groups Projects
Commit 5d26d390 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Repaired reference to API

parent fe434604
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class TestServerBaseClass(unittest.TestCase):
self.server_process = Process(
target=uvicorn.run,
args=('api:app', ),
args=('model_server.api:app', ),
kwargs={'host': host, 'port': port, 'log_level': 'debug'},
daemon=True
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment