From 5070aa04a1c51cc128c62ed8ecb011616975fcb2 Mon Sep 17 00:00:00 2001 From: tazlin Date: Mon, 3 Jun 2024 15:23:51 -0400 Subject: [PATCH] style: fix --- tests/test_image_extra_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_image_extra_sources.py b/tests/test_image_extra_sources.py index 24e8bc49..75ccabd4 100644 --- a/tests/test_image_extra_sources.py +++ b/tests/test_image_extra_sources.py @@ -56,7 +56,7 @@ def test_simple_image_gen(api_key: str, HORDE_URL: str, CIVERSION: str) -> None: "name": "CICD Fake Dreamer", "models": TEST_MODELS, "bridge_agent": "AI Horde Worker reGen:8.0.1-citests:https://github.com/Haidra-Org/horde-worker-reGen", - "nsfw": True, + "nsfw": True, "amount": 10, "max_pixels": 4194304, "allow_img2img": True,