Skip to content

Commit d07ab2d

Browse files
committed
Fix integration tests again
1 parent 47a8eb0 commit d07ab2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_upload_mock.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def generate_expected_output(
119119
]
120120

121121

122-
@pytest.mark.parametrize("package_index, fqbn, core, deps, upload_port, upload_tools, output", testdata)
122+
@pytest.mark.parametrize("package_index, fqbn, core, core_dependencies, upload_port, upload_tools, output", testdata)
123123
def test_upload_sketch(
124124
run_command,
125125
session_data_dir,

0 commit comments

Comments
 (0)