We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45af404 commit 52a5dd6Copy full SHA for 52a5dd6
1 file changed
tests/v2/parsing/test_split_integration.py
@@ -11,7 +11,7 @@
11
@pytest.fixture(scope="session")
12
def split_model_id() -> str:
13
"""Identifier of the Financial Document model, supplied through an env var."""
14
- return os.getenv("MINDEE_V2_SPLIT_UTILITY_MODEL_ID")
+ return os.getenv("MINDEE_V2_SE_TESTS_SPLIT_MODEL_ID")
15
16
17
0 commit comments