From 21fc55320b0080953f953692e3c02916658bb31a Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Sun, 3 Aug 2025 14:25:01 +0200 Subject: [PATCH] Fix scoping --- tests/integration/test_tables_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_tables_api.py b/tests/integration/test_tables_api.py index 39a9d05..802bc1e 100644 --- a/tests/integration/test_tables_api.py +++ b/tests/integration/test_tables_api.py @@ -14,7 +14,7 @@ logger = logging.getLogger(__name__) pytestmark = pytest.mark.integration -@pytest.fixture(scope="session") +@pytest.fixture(scope="module") async def sample_table_info(nc_client: NextcloudClient) -> Dict[str, Any]: """ Fixture to get information about the sample table that comes with Nextcloud Tables.