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

Need to explicitly restart session to clear persistent paths and models

parent 6d5a62bc
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ class TestServerBaseClass(unittest.TestCase):
daemon=True
)
self.uri = f'http://{host}:{port}/'
requests.get(self.uri + 'restart')
self.server_process.start()
def copy_input_file_to_server(self):
......
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