Skip to content

Commit 21fc553

Browse files
author
Chris Coutinho
committed
Fix scoping
1 parent ad3e288 commit 21fc553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_tables_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
pytestmark = pytest.mark.integration
1515

1616

17-
@pytest.fixture(scope="session")
17+
@pytest.fixture(scope="module")
1818
async def sample_table_info(nc_client: NextcloudClient) -> Dict[str, Any]:
1919
"""
2020
Fixture to get information about the sample table that comes with Nextcloud Tables.

0 commit comments

Comments
 (0)