1
0
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:
2024-11-05 19:03:12 +01:00
committed by GitHub
parent 07a8ad0b8e
commit 64bcd0524d
2 changed files with 47 additions and 6 deletions

View File

@ -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
}