Skip to content

Commit dfd99b2

Browse files
authored
ACQE-4968 | Replace proxy keys with config array
1 parent 99b1cb8 commit dfd99b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Module/MagentoWebDriverDoctor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ private function connectToSeleniumServer()
9191
$this->capabilities,
9292
$this->connectionTimeoutInMs,
9393
$this->requestTimeoutInMs,
94-
$this->httpProxy,
95-
$this->httpProxyPort
94+
$this->config['http_proxy'],
95+
$this->config['http_proxy_port']
9696
);
9797
if (null !== $this->remoteWebDriver) {
9898
return;

0 commit comments

Comments
 (0)