1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 02:42:09 +00:00

fix: test not using the correct param

This commit is contained in:
Florian Bouillon 2024-12-19 01:26:12 +01:00 committed by GitHub
parent 62f6671b63
commit 144b794610
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,5 +21,5 @@ params:query {
assert {
res.status: eq 200
res.body: gte 14
res.body.length: gte 14
}