From 32b44d7c6ae31dc41a24a2e9636d7e823b527bda Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: May 31 2017 09:42:33 +0000 Subject: Reverse commits in test Signed-off-by: Patrick Uiterwijk --- diff --git a/tests/test_pagure_flask_ui_fork.py b/tests/test_pagure_flask_ui_fork.py index 94dc1bc..e8285c2 100644 --- a/tests/test_pagure_flask_ui_fork.py +++ b/tests/test_pagure_flask_ui_fork.py @@ -1881,8 +1881,8 @@ index 0000000..2a552bb commits = _get_commits(output.data) self.assertEqual(commits, [ 'Merge #1 `PR from the feature branch`', - 'Add sources file for testing', 'A commit on branch feature', + 'Add sources file for testing', ]) # Check if the closing notification was added