Ver código fonte

Add tests for authorization middleware

Maurits van der Schee 5 anos atrás
pai
commit
8a973738a1

+ 7
- 0
tests/functional/002_columns/012_get_invisibles_table.log Ver arquivo

@@ -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"}

+ 7
- 0
tests/functional/002_columns/013_get_invisible_column.log Ver arquivo

@@ -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"}

Carregando…
Cancelar
Salvar