We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3be302 commit 91c8d1aCopy full SHA for 91c8d1a
dev/tests/static/testsuite/Magento/Test/GraphQl/LiveCodeTest.php
@@ -104,7 +104,7 @@ private static function getModulesRequiringGraphQLChange(): array
104
$requireGraphQLChanges = [];
105
foreach ($whitelistFiles as $whitelistFile) {
106
107
- if (str_contains($whitelistFile, 'Adminhtml')) {
+ if (str_contains(strtolower($whitelistFile), 'admin')) {
108
continue;
109
}
110
0 commit comments