Skip to content

Commit 4fcbb94

Browse files
author
jan
committed
Test part of reconsidering jsonURL usage
1 parent 31d6f46 commit 4fcbb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.sloeber.tests/src/io/sloeber/core/BuildTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ public void uploadPattern() throws Exception {
607607
boardDescriptor = ESP32.esp32().getBoardDescriptor();
608608
boardDescriptor.setUploadPort("host 10.10.10.10");
609609
recipeKey = boardDescriptor.getUploadPatternKey();
610-
assertEquals( "tools.esptool_py.upload.network_pattern", recipeKey,"ESP OTA upload recipe key is wrong "+boardDescriptor.jsonURL());
610+
assertEquals( "tools.esptool_py.upload.network_pattern", recipeKey,"ESP OTA upload recipe key is wrong ");
611611

612612
}
613613

0 commit comments

Comments
 (0)