Skip to content

Commit 6879f03

Browse files
committed
fixed pull test
1 parent 3d004b7 commit 6879f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nhsn/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def params():
5050
@pytest.fixture
5151
def params_w_patch(params):
5252
params_copy = copy.deepcopy(params)
53-
params["common"]["custom_run"] = True
53+
params_copy["common"]["custom_run"] = True
5454
params_copy["patch"] = {
5555
"patch_dir": f"{TEST_DIR}/patch_dir",
5656
"issue_date": "2024-12-12",

0 commit comments

Comments
 (0)