aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opnfv_testapi/ui/auth/sign.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/opnfv_testapi/ui/auth/sign.py b/opnfv_testapi/ui/auth/sign.py
index 1da0164..11a95c4 100644
--- a/opnfv_testapi/ui/auth/sign.py
+++ b/opnfv_testapi/ui/auth/sign.py
@@ -321,7 +321,7 @@ class LoginHandler(base.BaseHandler):
mc = memcache.Client(['127.0.0.1:11211'], debug=0)
mc.set("token", token)
self.set_header("token", token)
- self.finish_request(response)
+ self.finish_request(resp)
class LogoutHandler(base.BaseHandler):
def post(self):