Added not expression tests

This commit is contained in:
alibw
2025-06-18 14:51:50 +03:30
parent 1f5fb1663e
commit 97e416055c

14
Not.http Normal file
View File

@@ -0,0 +1,14 @@
GET /Products?discontinued=not.is.false
?? status == 200
?? body length == 10
?? js response.parsedBody[0].product_name == Chai
?? js response.parsedBody[9].product_name == Perth Pasties
###
GET /Products?and=(id.lt.50,discontinued.not.is.false)
?? status == 200
?? body length == 9
?? js response.parsedBody[0].product_name == Chai
?? js response.parsedBody[8].product_name == Singaporean Hokkien Fried Mee