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 bbeee17 commit fd25474Copy full SHA for fd25474
junifer/api/tests/test_functions.py
@@ -58,7 +58,7 @@
58
@pytest.fixture
59
def datagrabber() -> dict[str, str]:
60
"""Return a datagrabber as a dictionary."""
61
- return _datagrabber
+ return _datagrabber.copy()
62
63
64
0 commit comments