From a09d5427de3e82ebb8553fe7d3c29dc28322f0c8 Mon Sep 17 00:00:00 2001 From: db0 Date: Sat, 10 Aug 2024 15:48:36 +0200 Subject: [PATCH] ci: removed obsolete images --- tests/test_image_extra_sources.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_image_extra_sources.py b/tests/test_image_extra_sources.py index 139eb99d..a8b51a30 100644 --- a/tests/test_image_extra_sources.py +++ b/tests/test_image_extra_sources.py @@ -40,11 +40,11 @@ def test_simple_image_gen(api_key: str, HORDE_URL: str, CIVERSION: str) -> None: "source_processing": "remix", "extra_source_images": [ { - "image": load_image_as_b64("img_stable/1.jpg"), + "image": load_image_as_b64("img_stable/0.jpg"), "strength": 0.5, }, { - "image": load_image_as_b64("img_stable/2.jpg"), + "image": load_image_as_b64("img_stable/0.jpg"), }, ], }