Skip to content

Commit 1e135ca

Browse files
committed
Issue-230: adding varnish
- fixing static
1 parent ceec46c commit 1e135ca

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient

1 file changed

+1
-1
lines changed

dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function invokeApi($url, $additionalCurlOpts, $headers = [])
140140
// phpcs:ignore Magento2.Functions.DiscouragedFunction
141141
$error = curl_error($curl);
142142
// phpcs:ignore Magento2.Exceptions.DirectThrow
143-
throw new \Exception($error;
143+
throw new \Exception($error);
144144
}
145145

146146
$resp = [];

0 commit comments

Comments
 (0)