File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def test_core_search_no_args(run_command):
5151 are passed (i.e. all results are shown).
5252 """
5353 # update custom index and install test core (installed cores affect `core search`)
54- url = "https://raw.githubusercontent.com/arduino/arduino-cli/massi/506 /test/testdata/test_index.json"
54+ url = "https://raw.githubusercontent.com/arduino/arduino-cli/master /test/testdata/test_index.json"
5555 assert run_command ("core update-index --additional-urls={}" .format (url ))
5656 assert run_command ("core install test:x86 --additional-urls={}" .format (url ))
5757
Original file line number Diff line number Diff line change 1212 "help" : {
1313 "online" : " https://github.com/Arduino/arduino-cli"
1414 },
15- "url" : " https://raw.githubusercontent.com/arduino/arduino-cli/massi/506 /test/testdata/core.zip" ,
15+ "url" : " https://raw.githubusercontent.com/arduino/arduino-cli/master /test/testdata/core.zip" ,
1616 "checksum" : " SHA-256:1ba93f6aea56842dfef065c0f5eb0a34c1f78b72b3f2426c94e47ba3a359c9ff" ,
1717 "name" : " test_core" ,
1818 "version" : " 1.0.0" ,
3131 "help" : {
3232 "online" : " https://github.com/Arduino/arduino-cli"
3333 },
34- "url" : " https://raw.githubusercontent.com/arduino/arduino-cli/massi/506 /test/testdata/core.zip" ,
34+ "url" : " https://raw.githubusercontent.com/arduino/arduino-cli/master /test/testdata/core.zip" ,
3535 "checksum" : " SHA-256:1ba93f6aea56842dfef065c0f5eb0a34c1f78b72b3f2426c94e47ba3a359c9ff" ,
3636 "name" : " test_core" ,
3737 "version" : " 2.0.0" ,
You can’t perform that action at this time.
0 commit comments