File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 353
353
]
354
354
}
355
355
],
356
- "identification_prefs ": [
356
+ "identification_properties ": [
357
357
{
358
- "usb_id ": {
358
+ "properties ": {
359
359
"vid": "0x2341",
360
360
"pid": "0x8057"
361
361
}
362
362
},
363
363
{
364
- "usb_id ": {
364
+ "properties ": {
365
365
"vid": "0x2341",
366
366
"pid": "0x0057"
367
367
}
@@ -483,8 +483,8 @@ def test_board_details(run_command):
483
483
assert result ["official" ] == gold_board_details ["official" ]
484
484
assert result ["package" ] == gold_board_details ["package" ]
485
485
assert result ["platform" ] == gold_board_details ["platform" ]
486
- for usb_id in gold_board_details ["identification_prefs " ]:
487
- assert usb_id in result ["identification_prefs " ]
486
+ for usb_id in gold_board_details ["identification_properties " ]:
487
+ assert usb_id in result ["identification_properties " ]
488
488
for programmer in gold_board_details ["programmers" ]:
489
489
assert programmer in result ["programmers" ]
490
490
You can’t perform that action at this time.
0 commit comments