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",