Added new tests

This commit is contained in:
2024-10-13 12:35:14 +03:30
parent 5caa06db66
commit dda925b8d6
3 changed files with 39 additions and 2 deletions

View File

@@ -11,6 +11,16 @@ GET /products
?? status == 200
?? body length == 77
###
GET /products?discontinued=neq.0
?? status == 200
?? body length == 10
###
GET /products?unit_price=is.null
?? status == 200
?? body length == 0
###
POST /products