Maurits van der Schee 3 years ago
parent
commit
02d4bf7404

+ 8
- 0
tests/functional/001_records/003_read_post.log View File

@@ -6,3 +6,11 @@ Content-Type: application/json; charset=utf-8
6 6
 Content-Length: 58
7 7
 
8 8
 {"id":2,"user_id":1,"category_id":2,"content":"It works!"}
9
+===
10
+GET /records/posts/0
11
+===
12
+404
13
+Content-Type: application/json; charset=utf-8
14
+Content-Length: 46
15
+
16
+{"code":1003,"message":"Record '0' not found"}

+ 0
- 8
tests/functional/001_records/090_list_posts.log View File

@@ -1,8 +0,0 @@
1
-===
2
-GET /records/posts/0
3
-===
4
-404
5
-Content-Type: application/json; charset=utf-8
6
-Content-Length: 46
7
-
8
-{"code":1003,"message":"Record '0' not found"}

Loading…
Cancel
Save