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 ad3e288 commit 21fc553Copy full SHA for 21fc553
tests/integration/test_tables_api.py
@@ -14,7 +14,7 @@
14
pytestmark = pytest.mark.integration
15
16
17
-@pytest.fixture(scope="session")
+@pytest.fixture(scope="module")
18
async def sample_table_info(nc_client: NextcloudClient) -> Dict[str, Any]:
19
"""
20
Fixture to get information about the sample table that comes with Nextcloud Tables.
0 commit comments