Skip to content

Commit a61eebd

Browse files
committed
AC-1805::fixed failing static test case
1 parent 0ecdb2e commit a61eebd

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

app/code/Magento/SalesGraphQl/Model/Resolver/CustomerOrders/Query/OrderFilter.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ public function createFilterGroups(
107107
}
108108

109109
}
110-
}
111-
112-
110+
}
113111
}
114112
return $filterGroups;
115113
}

dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/CustomerOrders/CustomerOrdersTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ public function testOrdersQuery()
3838
<<<QUERY
3939
query {
4040
customer {
41-
orders(filter: {
42-
created_at: {
43-
from: "2022-09-04"
44-
to: "2022-09-09"
45-
}}) {
41+
orders(filter: {}) {
4642
items {
4743
number
4844
status

0 commit comments

Comments
 (0)