Skip to content

Commit 5f5f959

Browse files
committed
add test for #474
1 parent 03d3fb0 commit 5f5f959

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/functional/001_records/036_edit_category_with_null.log

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
PUT /records/categories/2
22

3+
{"icon":""}
4+
===
5+
200
6+
Content-Type: application/json
7+
Content-Length: 1
8+
9+
1
10+
===
11+
GET /records/categories/2
12+
===
13+
200
14+
Content-Type: application/json
15+
Content-Length: 35
16+
17+
{"id":2,"name":"article","icon":""}
18+
===
19+
PUT /records/categories/2
20+
321
{"icon":null}
422
===
523
200

0 commit comments

Comments
 (0)