Skip to content

Commit 35612e6

Browse files
committed
Use function scope for test sdk
1 parent e35b1c7 commit 35612e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_test_unstructured_client/integration/test_integration.py

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

1515

16-
@pytest.fixture(scope="module")
16+
@pytest.fixture(scope="function")
1717
def client() -> UnstructuredClient:
1818
_client = UnstructuredClient(api_key_auth=os.getenv("UNSTRUCTURED_API_KEY"))
1919
yield _client

0 commit comments

Comments
 (0)