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 e35b1c7 commit 35612e6Copy full SHA for 35612e6
_test_unstructured_client/integration/test_integration.py
@@ -13,7 +13,7 @@
13
from unstructured_client.utils.retries import BackoffStrategy, RetryConfig
14
15
16
-@pytest.fixture(scope="module")
+@pytest.fixture(scope="function")
17
def client() -> UnstructuredClient:
18
_client = UnstructuredClient(api_key_auth=os.getenv("UNSTRUCTURED_API_KEY"))
19
yield _client
0 commit comments