mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 07:04:53 +00:00
Update Changes. Update test data. Amazon has added RoleType and the test file didn't include it.
This commit is contained in:
@@ -28,9 +28,9 @@ class ItemTest < Minitest::Test
|
||||
item_count: 1,
|
||||
items: [
|
||||
{
|
||||
title: "FUNKO POP! Marvel: Avengers Infinity War - Thanos",
|
||||
title: "Funko FUN26467 Action Figure",
|
||||
asin: 'B079PQ7T6B',
|
||||
image_url: 'https://m.media-amazon.com/images/I/4107DRyNZpL.jpg',
|
||||
image_url: 'https://m.media-amazon.com/images/I/41yp1zQdxqL.jpg',
|
||||
eans: ["0889698264679", "0615912346988"],
|
||||
authors: [],
|
||||
artists: ['Funko Pop! Marvel:'],
|
||||
@@ -64,19 +64,6 @@ class ItemTest < Minitest::Test
|
||||
artists: []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Bad Contributors',
|
||||
response: 'get_item_bad_contributor.json',
|
||||
item_count: 1,
|
||||
items: [
|
||||
{
|
||||
asin: "055357342X",
|
||||
authors: ['.'],
|
||||
illustrators: [],
|
||||
artists: []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user