diff --git a/tests/test_examples.py b/tests/test_examples.py index ed3afe7d..99425d8e 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -9,7 +9,8 @@ COMFY_HOST = os.getenv("COMFY_HOST", "127.0.0.1") COMFY_PORT = os.getenv("COMFY_PORT", "8188") BIZYAIR_KEY = os.getenv("BIZYAIR_KEY", "") - + + def test_comfyui(): chrome_options = Options() chrome_options.add_argument("--headless")