1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-26 22:09:18 +00:00

fix: dec IDs not working

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2025-01-31 17:18:56 +01:00
parent 0616b98038
commit 0486f277b4
10 changed files with 70 additions and 9 deletions

View File

@ -5,7 +5,7 @@ meta {
}
get {
url: {{BASE_URL}}/v2/en/cards?name=eq:Pikachu|Pichu&hp=lt:70&localId=not:tg&id=neq:cel25-5
url: {{BASE_URL}}/v2/en/cards?name=eq:Pikachu|Pichu&hp=lt:70&localId=not:tg&id=neq:cel25-5&sort:field=updated
body: none
auth: none
}
@ -15,9 +15,10 @@ params:query {
hp: lt:70
localId: not:tg
id: neq:cel25-5
sort:field: updated
}
assert {
res.status: eq 200
res.body: length 85
res.body.length: gte 85
}