Skip to content

Commit fd25474

Browse files
committed
update: improve datagrabber fixture in test_functions.py
1 parent bbeee17 commit fd25474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junifer/api/tests/test_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
@pytest.fixture
5959
def datagrabber() -> dict[str, str]:
6060
"""Return a datagrabber as a dictionary."""
61-
return _datagrabber
61+
return _datagrabber.copy()
6262

6363

6464
@pytest.fixture

0 commit comments

Comments
 (0)