File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,10 @@ public function testGetCustomerWishlists(): void
67
67
$ this ->getCustomerAuthHeaders ('customer@example.com ' , 'password ' )
68
68
);
69
69
70
- $ this ->assertEquals ($ wishlistItem ->getItemsCount (), $ response ['wishlists ' ][0 ]['items_count ' ]);
71
- $ this ->assertEquals ($ wishlistItem ->getSharingCode (), $ response ['wishlists ' ][0 ]['sharing_code ' ]);
72
- $ this ->assertEquals ($ wishlistItem ->getUpdatedAt (), $ response ['wishlists ' ][0 ]['updated_at ' ]);
73
- $ this ->assertEquals ('simple ' , $ response ['wishlists ' ][0 ]['items ' ][0 ]['product ' ]['sku ' ]);
74
-
70
+ $ this ->assertEquals ($ wishlistItem ->getItemsCount (), $ response ['customer ' ]['wishlists ' ][0 ]['items_count ' ]);
71
+ $ this ->assertEquals ($ wishlistItem ->getSharingCode (), $ response ['customer ' ]['wishlists ' ][0 ]['sharing_code ' ]);
72
+ $ this ->assertEquals ($ wishlistItem ->getUpdatedAt (), $ response ['customer ' ]['wishlists ' ][0 ]['updated_at ' ]);
73
+ $ this ->assertEquals ('simple ' , $ response ['customer ' ]['wishlists ' ][0 ]['items ' ][0 ]['product ' ]['sku ' ]);
75
74
}
76
75
77
76
/**
You can’t perform that action at this time.
0 commit comments