Skip to content

Commit 02d2c4a

Browse files
committed
Fixing a node config serialization test broken after adding new option 'enablePlatformVerification'
1 parent 773e4ae commit 02d2c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/server/test/org/openqa/grid/internal/utils/configuration/GridNodeConfigurationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ public void testAsJson() {
180180
+ "\"register\":true,"
181181
+ "\"registerCycle\":5000,"
182182
+ "\"unregisterIfStillDownAfter\":60000,"
183+
+ "\"enablePlatformVerification\":true,"
183184
+ "\"custom\":{},"
184185
+ "\"maxSession\":5,"
185186
+ "\"servlets\":[],"

0 commit comments

Comments
 (0)