From 17f23044289e2c900e7dcdd5fa50aa8bc38d47f9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 10 2016 08:44:39 +0000 Subject: Fix typo in the pagure-ci tests --- diff --git a/tests/test_pagure_flask_ui_plugins_pagure_ci.py b/tests/test_pagure_flask_ui_plugins_pagure_ci.py index aebe7b7..2a2f2cd 100644 --- a/tests/test_pagure_flask_ui_plugins_pagure_ci.py +++ b/tests/test_pagure_flask_ui_plugins_pagure_ci.py @@ -110,7 +110,7 @@ class PagureFlaskPluginPagureCItests(tests.Modeltests): tests.create_projects_git(tests.HERE) - if APP.config.get('PAGURE_CI_SERVICES', None) is None: + if pagure.APP.config.get('PAGURE_CI_SERVICES', None) is None: return # Activate hook