Skip to content

Commit 8632870

Browse files
committed
fix test after f85513c
1 parent a248c3b commit 8632870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_upload_after_attach(run_command, data_dir, detected_boards):
111111
# Create a sketch
112112
sketch_path = os.path.join(data_dir, "foo")
113113
assert run_command(["sketch", "new", sketch_path])
114-
assert run_command(["board", "attach", f"serial://{board.address}", sketch_path])
114+
assert run_command(["board", "attach", "-p", board.address, sketch_path])
115115
# Build sketch
116116
assert run_command(["compile", sketch_path])
117117
# Upload

0 commit comments

Comments
 (0)