Skip to content

Commit 1ca162c

Browse files
committed
Fixing the test for deleted passthrough mode option
1 parent 3acbd23 commit 1ca162c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@ public void testAsJson() {
187187
+ "\"debug\":false,"
188188
+ "\"port\":5555,"
189189
+ "\"role\":\"node\","
190-
+ "\"timeout\":1800,"
191-
+ "\"enablePassThrough\":true}", gnc.toJson().toString());
190+
+ "\"timeout\":1800}", gnc.toJson().toString());
192191
}
193192

194193
@Test

0 commit comments

Comments
 (0)