diff options
Diffstat (limited to 'app/tests/test_views.py')
-rw-r--r-- | app/tests/test_views.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/tests/test_views.py b/app/tests/test_views.py index 141c40d..da0d94b 100644 --- a/app/tests/test_views.py +++ b/app/tests/test_views.py @@ -25,6 +25,9 @@ data2check_visitors = { }, "/Simulate500":{ "code":500,"data":b"Server Could Not Process This." + }, + "/admin/user/":{ + "code":403,"data":b"Forbidden" } } |