We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eabd85 commit 027bb4fCopy full SHA for 027bb4f
java/server/test/org/openqa/grid/internal/utils/configuration/GridNodeConfigurationTest.java
@@ -337,8 +337,8 @@ public void testMergeWithRealValues() {
337
assertSame(other.capabilities, gnc.capabilities);
338
assertEquals(other.id, gnc.id);
339
assertEquals(other.downPollingLimit, gnc.downPollingLimit);
340
- assertEquals(other.hub, gnc.hub);
341
- assertEquals(other.hubHost, gnc.hubHost);
+ assertEquals(other.getHubHost(), gnc.getHubHost());
+ assertEquals(other.getHubPort(), gnc.getHubPort());
342
assertEquals(other.nodePolling, gnc.nodePolling);
343
assertEquals(other.nodeStatusCheckTimeout, gnc.nodeStatusCheckTimeout);
344
assertEquals(other.proxy, gnc.proxy);
0 commit comments