Skip to content

Commit 8a97373

Browse files
committed
Add tests for authorization middleware
1 parent d4a25bc commit 8a97373

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
GET /columns/invisibles
2+
===
3+
404
4+
Content-Type: application/json
5+
Content-Length: 54
6+
7+
{"code":1001,"message":"Table 'invisibles' not found"}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
GET /columns/kunsthåndværk/invisible
2+
===
3+
404
4+
Content-Type: application/json
5+
Content-Length: 54
6+
7+
{"code":1005,"message":"Column 'invisible' not found"}

0 commit comments

Comments
 (0)