mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-03 16:19:46 +00:00
SA-196 test fixed
This commit is contained in:
parent
550d7e68e3
commit
b93e9a88ba
@ -242,7 +242,7 @@ public class WishlistsTests : TestsBase
|
||||
query = @"
|
||||
mutation addProductToPersonalWishlist($wishlistId: String!, $dto: ProductCreateDtoInput!) {
|
||||
addProductToPersonalWishlist (wishlistId: $wishlistId, dto: $dto) {
|
||||
url, name, description, rating, imagesUrls, wasOpened
|
||||
url, name, price, description, rating, imagesUrls, wasOpened
|
||||
}
|
||||
}",
|
||||
variables = new
|
||||
@ -254,6 +254,7 @@ public class WishlistsTests : TestsBase
|
||||
name = "Generic name",
|
||||
description = "Generic description",
|
||||
rating = 4.8,
|
||||
price = 1,
|
||||
imagesUrls = new string[]
|
||||
{
|
||||
"https://www.amazon.com/image-url-1",
|
||||
|
Loading…
Reference in New Issue
Block a user