We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d6f46 commit 4fcbb94Copy full SHA for 4fcbb94
io.sloeber.tests/src/io/sloeber/core/BuildTests.java
@@ -607,7 +607,7 @@ public void uploadPattern() throws Exception {
607
boardDescriptor = ESP32.esp32().getBoardDescriptor();
608
boardDescriptor.setUploadPort("host 10.10.10.10");
609
recipeKey = boardDescriptor.getUploadPatternKey();
610
- assertEquals( "tools.esptool_py.upload.network_pattern", recipeKey,"ESP OTA upload recipe key is wrong "+boardDescriptor.jsonURL());
+ assertEquals( "tools.esptool_py.upload.network_pattern", recipeKey,"ESP OTA upload recipe key is wrong ");
611
612
}
613
0 commit comments