Skip to content

Commit ea77ac0

Browse files
committed
MAGETWO-87264: Finalizing - refactoring code for Pr
1 parent d023d48 commit ea77ac0

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
@@ -114,6 +114,6 @@ private function processErrors($responseBodyArray)
114114
*/
115115
public function getEndpointUrl()
116116
{
117-
return rtrim(TESTS_BASE_URL, '/') . '/graphql5';
117+
return rtrim(TESTS_BASE_URL, '/') . '/graphql';
118118
}
119119
}

0 commit comments

Comments
 (0)