Fix an integration test

This commit is contained in:
c-bata
2021-11-23 11:10:22 +09:00
parent c8795fd388
commit 3eea36d399
+1 -1
View File
@@ -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)