Skip to content

Commit 1f0c73a

Browse files
authored
Merge pull request #290 from magento/MQE-1145
MQE-1145: Update FrontendExecutor::authorize() method.
2 parents e1cd4e1 + fddb41f commit 1f0c73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/DataGenerator/Persist/Curl/FrontendExecutor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function __construct($customerEmail, $customerPassWord)
8282
private function authorize()
8383
{
8484
$url = $this->getBaseUrl() . 'customer/account/login/';
85-
$this->transport->write($url);
85+
$this->transport->write($url, [], CurlInterface::GET);
8686
$this->read();
8787

8888
$url = $this->getBaseUrl() . 'customer/account/loginPost/';

0 commit comments

Comments
 (0)