Skip to content

Commit db65096

Browse files
committed
MAGETWO-88631: Pr sprint 10 delivery
- force debug
1 parent 989139f commit db65096

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private function processErrors($responseBodyArray)
102102
}
103103
}
104104

105-
throw new \Exception('GraphQL response contains errors: ' . $errorMessage);
105+
throw new \Exception('GraphQL response contains errors: ' . json_encode($responseBodyArray));
106106
}
107107
throw new \Exception('GraphQL responded with an unknown error: ' . json_encode($responseBodyArray));
108108
}

0 commit comments

Comments
 (0)