Skip to content

Commit 52a5dd6

Browse files
fix name
1 parent 45af404 commit 52a5dd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/v2/parsing/test_split_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@pytest.fixture(scope="session")
1212
def split_model_id() -> str:
1313
"""Identifier of the Financial Document model, supplied through an env var."""
14-
return os.getenv("MINDEE_V2_SPLIT_UTILITY_MODEL_ID")
14+
return os.getenv("MINDEE_V2_SE_TESTS_SPLIT_MODEL_ID")
1515

1616

1717
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)