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 3d004b7 commit 6879f03Copy full SHA for 6879f03
nhsn/tests/conftest.py
@@ -50,7 +50,7 @@ def params():
50
@pytest.fixture
51
def params_w_patch(params):
52
params_copy = copy.deepcopy(params)
53
- params["common"]["custom_run"] = True
+ params_copy["common"]["custom_run"] = True
54
params_copy["patch"] = {
55
"patch_dir": f"{TEST_DIR}/patch_dir",
56
"issue_date": "2024-12-12",
0 commit comments