1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

chore: Add error reporting (#617)

* chore: Add error reporting

Signed-off-by: Avior <git@avior.me>

* fix: test issues

Signed-off-by: Avior <git@avior.me>

---------

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2024-12-12 00:20:58 +01:00
committed by GitHub
parent 0616b98038
commit 87d9b16fb8
6 changed files with 14 additions and 3 deletions

View File

@ -17,5 +17,5 @@ params:query {
assert {
res.status: eq 200
res.body.length: lt 0
res.body.length: gte 6
}