Skip to content

Commit 4603a40

Browse files
ShradddhaShradddha
authored andcommitted
AC-11943:: Remove Deprecations- PhpUnit10 WebAPI Tests
1 parent 73c2111 commit 4603a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoryEnabledTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ public static function categoryDisabledDataProvider(): array
126126
return [
127127
[
128128
'query' => self::getQuery(33),
129-
'store' => 'english',
130-
'data' => [
129+
'storeCode' => 'english',
130+
'category' => [
131131
'category' => null,
132132
],
133133
],

0 commit comments

Comments
 (0)