Skip to content

Commit 2d8cb83

Browse files
Update conftest.py
1 parent 8f5e509 commit 2d8cb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _make_request_patch(
5757
monkeypatch_session.setattr(client, "_make_request", _make_request_patch)
5858
return client
5959

60-
@pytest.fixture(scope='session')
60+
@pytest.fixture()
6161
def dataset(CLIENT):
6262
ds = CLIENT.create_dataset(TEST_DATASET_NAME)
6363
ds.append(TEST_DATASET_ITEMS)

0 commit comments

Comments
 (0)