From b4fdf85d46f1a9ddfe97428c5fcc37b0fd693c8d Mon Sep 17 00:00:00 2001 From: luelista Date: Thu, 21 May 2026 12:16:48 +0200 Subject: [PATCH] Apply suggestion from @luelista --- src/tests/plugins/banktransfer/test_import.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/plugins/banktransfer/test_import.py b/src/tests/plugins/banktransfer/test_import.py index 48c256b8b8..508d6198bb 100644 --- a/src/tests/plugins/banktransfer/test_import.py +++ b/src/tests/plugins/banktransfer/test_import.py @@ -863,6 +863,9 @@ def test_event_name_prefix_contains_dash(env, orga_job): @pytest.mark.xfail @pytest.mark.django_db def test_event_name_prefix_multiple_dashes(env, orga_job): + # We decided to ignore the case of multiple events where the event slugs only differ in dashes + # for now. If we change that, switch this test case from xfail to regular test. + event, user, o1, o2 = env slugs = ['dummy-2', 'dummy--2', 'dummy2345'] for slug in slugs: