From 793ecbcc8a6176295f6c8027202716a0309461e1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 24 2015 08:21:04 +0000 Subject: Adjust the unit-tests for the addition of the fedmsg plugin --- diff --git a/tests/test_progit_flask_ui_plugins.py b/tests/test_progit_flask_ui_plugins.py index 27d0d1d..ae0ecd3 100644 --- a/tests/test_progit_flask_ui_plugins.py +++ b/tests/test_progit_flask_ui_plugins.py @@ -67,7 +67,8 @@ class PagureFlaskPluginstests(tests.Modeltests): names = pagure.ui.plugins.get_plugin_names() self.assertEqual( sorted(names), - ['IRC', 'Mail', 'pagure', 'pagure requests', 'pagure tickets']) + ['Fedmsg', 'IRC', 'Mail', 'pagure', 'pagure requests', + 'pagure tickets']) def test_get_plugin(self): """ Test the get_plugin function. """