mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Fix an integration test
This commit is contained in:
@@ -206,7 +206,7 @@ def main() -> None:
|
||||
thread = threading.Thread(target=httpd.serve_forever)
|
||||
thread.start()
|
||||
|
||||
loop = asyncio.get_event_loop()
|
||||
loop = asyncio.new_event_loop()
|
||||
error_messages = loop.run_until_complete(take_screenshots(storage))
|
||||
for msg in error_messages:
|
||||
print(msg)
|
||||
|
||||
Reference in New Issue
Block a user