From 9cb81559e4b04419426a18e1ff28a324e346dfce Mon Sep 17 00:00:00 2001 From: Oliver Meyer Date: Thu, 30 Apr 2026 10:06:01 +0200 Subject: [PATCH] fix(ci): pin HETA version in E2E test --- tests/aignostics/application/cli_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/aignostics/application/cli_test.py b/tests/aignostics/application/cli_test.py index 594518db5..ab68010e3 100644 --- a/tests/aignostics/application/cli_test.py +++ b/tests/aignostics/application/cli_test.py @@ -1065,6 +1065,8 @@ def test_cli_run_execute(runner: CliRunner, tmp_path: Path, record_property) -> HETA_APPLICATION_ID, str(tmp_path / RUN_CSV_FILENAME), str(tmp_path), + "--application-version", + HETA_APPLICATION_VERSION, "--mapping", ".*\\.tiff:staining_method=H&E,tissue=LUNG,disease=LUNG_CANCER", "--no-create-subdirectory-for-run",