From 9eb27e0734424c53a985301eaceaf86fc2e7c9f2 Mon Sep 17 00:00:00 2001 From: tazlin Date: Mon, 3 Jun 2024 14:30:04 -0400 Subject: [PATCH] tests: other test bridge agent causing fail --- tests/test_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_image.py b/tests/test_image.py index 6d6018e4..c6a52f1d 100644 --- a/tests/test_image.py +++ b/tests/test_image.py @@ -34,7 +34,7 @@ def test_simple_image_gen(api_key: str, HORDE_URL: str, CIVERSION: str) -> None: pop_dict = { "name": "CICD Fake Dreamer", "models": TEST_MODELS, - "bridge_agent": "AI Horde Worker reGen:4.1.0-citests:https://github.com/Haidra-Org/horde-worker-reGen", + "bridge_agent": "AI Horde Worker reGen:8.0.1-citests:https://github.com/Haidra-Org/horde-worker-reGen", "amount": 10, "max_pixels": 4194304, "allow_img2img": True,