diff --git a/tests/test_pagure_flask_ui_plugins.py b/tests/test_pagure_flask_ui_plugins.py index 2c57287..ff3107b 100644 --- a/tests/test_pagure_flask_ui_plugins.py +++ b/tests/test_pagure_flask_ui_plugins.py @@ -69,8 +69,11 @@ class PagureFlaskPluginstests(tests.Modeltests): names = pagure.ui.plugins.get_plugin_names() self.assertEqual( sorted(names), - ['Block non fast-forward pushes', 'Fedmsg', 'IRC', 'Mail', - 'pagure', 'pagure requests', 'pagure tickets']) + [ + 'Block non fast-forward pushes', 'Fedmsg', 'IRC', 'Mail', + 'Read the Doc', 'pagure', 'pagure requests', 'pagure tickets' + ] + ) def test_get_plugin(self): """ Test the get_plugin function. """