Skip to content

Commit 027bb4f

Browse files
committed
Fixing node configuration merge test
1 parent 8eabd85 commit 027bb4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ public void testMergeWithRealValues() {
337337
assertSame(other.capabilities, gnc.capabilities);
338338
assertEquals(other.id, gnc.id);
339339
assertEquals(other.downPollingLimit, gnc.downPollingLimit);
340-
assertEquals(other.hub, gnc.hub);
341-
assertEquals(other.hubHost, gnc.hubHost);
340+
assertEquals(other.getHubHost(), gnc.getHubHost());
341+
assertEquals(other.getHubPort(), gnc.getHubPort());
342342
assertEquals(other.nodePolling, gnc.nodePolling);
343343
assertEquals(other.nodeStatusCheckTimeout, gnc.nodeStatusCheckTimeout);
344344
assertEquals(other.proxy, gnc.proxy);

0 commit comments

Comments
 (0)