Skip to content

Commit b6ac740

Browse files
Manjusha.SManjusha.S
Manjusha.S
authored and
Manjusha.S
committed
MQE-3840 : fixed issue
1 parent b6ca8a1 commit b6ac740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ public function requiredCredentials($testObject)
564564
private function generateClassAnnotations($annotationType, $annotationName, $testObject)
565565
{
566566
$annotationToAppend = null;
567-
if (!empty($requiredCredentialsMessage) && !empty($annotationName['main'])) {
567+
if (!empty($annotationName['main'])) {
568568
$requiredCredentialsMessage = $this->requiredCredentials($testObject);
569569
$credMsg = "\n\n"."This test uses the following credentials:"."\n";
570570
$annotationName = ['main'=>$annotationName['main'].', '.$credMsg.''.$requiredCredentialsMessage,

0 commit comments

Comments
 (0)