Skip to content

Commit a4ea250

Browse files
committed
ACPT-1798::[Application Server] Integration test failures
1 parent a71b072 commit a4ea250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/GraphQl/Controller/GraphQlControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
class GraphQlControllerTest extends \Magento\TestFramework\Indexer\TestCase
2626
{
27-
const CONTENT_TYPE = 'application/json';
27+
public const CONTENT_TYPE = 'application/json';
2828

2929
/** @var \Magento\Framework\ObjectManagerInterface */
3030
private $objectManager;

0 commit comments

Comments
 (0)