mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 15:14:52 +00:00
Bug fix for empty names in items
This commit is contained in:
@@ -36,6 +36,17 @@ class ItemTest < Minitest::Test
|
||||
model: '26467'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Blank Name ',
|
||||
response: 'get_item_no_author.json',
|
||||
item_count: 1,
|
||||
items: [
|
||||
{
|
||||
asin: "1921878657",
|
||||
authors: []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user