Skip to content

Commit 225c9f7

Browse files
committed
#878 - fixed api - functional test
1 parent 746038e commit 225c9f7

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/api-functional/testsuite/Magento/GraphQl/Sales

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ public function testOrdersQuery()
8989
$this->assertEquals(
9090
$data['grand_total'],
9191
$actualData[$key]['grand_total'],
92-
"grand_total is different than the expected for order - " . $data['increment_id']
92+
"grand_total is different than the expected for order - " . $data['order_number']
9393
);
9494
$this->assertEquals(
9595
$data['status'],
9696
$actualData[$key]['status'],
97-
"status is different than the expected for order - " . $data['increment_id']
97+
"status is different than the expected for order - " . $data['order_number']
9898
);
9999
}
100100
}

0 commit comments

Comments
 (0)