Skip to content

Commit f63fac8

Browse files
committed
MQE-1765: Introduce API Endpoint and Request Headers to Allure artifacts
- Removed both artifacts to be reintroduced later.
1 parent eca4dbc commit f63fac8

File tree

1 file changed

+0
-2
lines changed
  • src/Magento/FunctionalTestingFramework/DataGenerator/Persist

1 file changed

+0
-2
lines changed

src/Magento/FunctionalTestingFramework/DataGenerator/Persist/CurlHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ public function executeRequest($dependentEntities)
167167
$response = $executor->read($successRegex, $returnRegex, $returnIndex);
168168
$executor->close();
169169

170-
AllureHelper::addAttachmentToLastStep($apiUrl, 'API Endpoint');
171-
AllureHelper::addAttachmentToLastStep(json_encode($headers, JSON_PRETTY_PRINT), 'Request Headers');
172170
AllureHelper::addAttachmentToLastStep(json_encode($this->requestData, JSON_PRETTY_PRINT), 'Request Body');
173171
AllureHelper::addAttachmentToLastStep(
174172
json_encode(json_decode($response, true), JSON_PRETTY_PRINT+JSON_UNESCAPED_UNICODE+JSON_UNESCAPED_SLASHES),

0 commit comments

Comments
 (0)