Skip to content

Commit 682cc3b

Browse files
committed
revert url back
1 parent fba19b7 commit 682cc3b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

_test_unstructured_client/integration/test_integration_freemium.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
from unstructured_client.utils.retries import BackoffStrategy, RetryConfig
1414

1515

16-
# FREEMIUM_URL = "https://api.unstructured.io"
17-
FREEMIUM_URL = "http://127.0.0.1:8009"
16+
FREEMIUM_URL = "https://api.unstructured.io"
1817

1918

2019
@pytest.fixture(scope="module")
@@ -236,9 +235,6 @@ async def call_api():
236235
assert len(elements) > 0
237236

238237

239-
# TODO (klaijan) - still cannot test against vlm if the updated client vlm is not generated
240-
# `vlm_model cannot be empty for vlm requests.` because partition_parameters do not have the param.
241-
# TODO (klaijan) - test with more models and providers
242238
@pytest.mark.parametrize("split_pdf", [True, False])
243239
@pytest.mark.parametrize("vlm_model", ["gpt-4o"])
244240
@pytest.mark.parametrize("vlm_model_provider", ["openai"])

0 commit comments

Comments
 (0)