Merge "Add functest-healthcheck alpine to xci-verify-healthcheck-macro"
[releng.git] / utils / test / testapi / opnfv_testapi / cmd / server.py
index 50ac049..b7d3caa 100644 (file)
@@ -38,7 +38,7 @@ from opnfv_testapi.tornado_swagger import swagger
 
 def make_app():
     swagger.docs(base_url=CONF.ui_url,
-                 static_path=CONF.static_path)
+                 static_path=CONF.ui_static_path)
     return swagger.Application(
         url_mappings.mappings,
         debug=CONF.api_debug,