Skip to content

Commit ef12078

Browse files
committed
MQE-743: Can't run tests without a store having "default" store code
- CR Fixes
1 parent a368082 commit ef12078

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ public function __construct($storeCode = null)
6262
}
6363

6464
$this->storeCode = $storeCode;
65-
if ($storeCode !== null) {
66-
$this->storeCode = "{$storeCode}/";
67-
}
6865
$this->transport = new CurlTransport();
6966
$this->authorize();
7067
}

0 commit comments

Comments
 (0)