Skip to content

Commit 519c329

Browse files
committed
Fix JsonProtocolSuite
1 parent 1618ffe commit 519c329

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

core/src/test/scala/org/apache/spark/util/JsonProtocolSuite.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,6 +1751,10 @@ private[spark] object JsonProtocolSuite extends Assertions {
17511751
| "Log Urls" : {
17521752
| "stderr" : "mystderr",
17531753
| "stdout" : "mystdout"
1754+
| },
1755+
| "Worker" : {
1756+
| "url" : "spark://[email protected]:32790",
1757+
| "ui_url" : "http://192.168.1.104:46445"
17541758
| }
17551759
| }
17561760
|}

0 commit comments

Comments
 (0)