From 32862870178a354e59cc3ac8252979b8429c0891 Mon Sep 17 00:00:00 2001 From: LaraFuhrmann <55209716+LaraFuhrmann@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:22:57 +0100 Subject: [PATCH] undo --- tests/test_shotgun_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_shotgun_e2e.py b/tests/test_shotgun_e2e.py index 00b5132..4928d1f 100644 --- a/tests/test_shotgun_e2e.py +++ b/tests/test_shotgun_e2e.py @@ -41,7 +41,7 @@ def test_e2e_shorah(): def test_e2e_shorah_with_extended_window_mode(): p = subprocess.run( - "./shotgun_test.sh --extended_window_mode --non-unique_modus", shell=True, check=True, cwd=cwd + "./shotgun_test.sh --extended_window_mode", shell=True, check=True, cwd=cwd ) assert p.returncode == 0