From 1c4fbc527c7a1c1c55bdfc351f2254bf394846fc Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Fri, 19 May 2017 16:24:45 +0800 Subject: support cancel operation while signing in support the cancel operation in the https://openstackid.org/accounts/user/consent Change-Id: I06a1f130a3115774f2e88fc25dad522a7cf53e36 Signed-off-by: SerenaFeng --- utils/test/testapi/opnfv_testapi/router/url_mappings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/test/testapi/opnfv_testapi/router/url_mappings.py') diff --git a/utils/test/testapi/opnfv_testapi/router/url_mappings.py b/utils/test/testapi/opnfv_testapi/router/url_mappings.py index aea85a4c4..a2312de09 100644 --- a/utils/test/testapi/opnfv_testapi/router/url_mappings.py +++ b/utils/test/testapi/opnfv_testapi/router/url_mappings.py @@ -55,7 +55,7 @@ mappings = [ (r"/api/v1/scenarios/([^/]+)", scenario_handlers.ScenarioGURHandler), # static path - (r'/(.*\.(css|png|gif|js|html|json|map))', + (r'/(.*\.(css|png|gif|js|html|json|map|woff2|woff|ttf))', tornado.web.StaticFileHandler, {'path': config.Config().static_path}), -- cgit 1.2.3-korg