Skip to content

Commit 3838e92

Browse files
committed
add bit test
1 parent 21fdc71 commit 3838e92

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
===
2+
GET /records/tags?filter=is_important,eq,0
3+
===
4+
200
5+
Content-Type: application/json; charset=utf-8
6+
Content-Length: 58
7+
8+
{"records":[{"id":1,"name":"funny","is_important":false}]}
9+
===
10+
GET /records/tags?filter=is_important,eq,1
11+
===
12+
200
13+
Content-Type: application/json; charset=utf-8
14+
Content-Length: 61
15+
16+
{"records":[{"id":2,"name":"important","is_important":true}]}

0 commit comments

Comments
 (0)