From e8b9b2baf80b04b66546f3b340353da4bebdfaa3 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 4 Jun 2021 22:25:03 +0530 Subject: added tests for admin view --- app/tests/test_views.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/tests/test_views.py') 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" } } -- cgit v1.2.3