mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
fix: no data was returned when filtering with set
(#568)
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
meta {
|
||||
name: 567 - invalid data returned when filtering using set
|
||||
type: http
|
||||
seq: 9
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{BASE_URL}}/v2/en/cards?name=umbreon&set=evolving skies
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
name: umbreon
|
||||
set: evolving skies
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
res.body.length: lt 0
|
||||
}
|
Reference in New Issue
Block a user