Skip to content

Commit 528c29a

Browse files
committed
AC-15461: Migration New Relic from REST v2 to NerdGraph (GraphQL)
1 parent 50c7c8e commit 528c29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/NewRelicReporting/Test/Unit/Console/Command/DeployMarkerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ public function testExecuteSuccessWithCompleteDeploymentDataNerdGraphStyle()
509509
$this->assertMatchesRegularExpression('/\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}/', $outputContent);
510510

511511
// Should show all optional fields
512-
$requiredFields = ['Changelog', 'Commit', 'Deep Link', 'Group ID'];
512+
$requiredFields = ['Change log', 'Commit', 'Deep Link', 'Group ID'];
513513
foreach ($requiredFields as $field) {
514514
$this->assertStringContainsString($field, $outputContent);
515515
}

0 commit comments

Comments
 (0)