aboutsummaryrefslogtreecommitdiff
path: root/app/tests/test_views.py
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-04 22:25:03 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-04 22:25:03 +0530
commite8b9b2baf80b04b66546f3b340353da4bebdfaa3 (patch)
treeae6cb216172e2362504b6b3aab06259c74067ac5 /app/tests/test_views.py
parent5b52deffd64c58f0d95f8e9d6e54b3353f7b599e (diff)
added tests for admin view
Diffstat (limited to 'app/tests/test_views.py')
-rw-r--r--app/tests/test_views.py3
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"
}
}