diff --git a/tests/test_progit_flask_ui_fork.py b/tests/test_progit_flask_ui_fork.py index 59fed44..df4a438 100644 --- a/tests/test_progit_flask_ui_fork.py +++ b/tests/test_progit_flask_ui_fork.py @@ -1599,11 +1599,10 @@ index 0000000..2a552bb 'Pagure', output.data) # Checking if Edited by User is there or not self.assertIn( - 'Edited by pingou just now', output.data) + '>\n Edited by pingou just now\n ', output.data) self.assertIn( '
  • Comment updated
  • ', output.data) - # Project w/o pull-request repo = pagure.lib.get_project(self.session, 'test') settings = repo.settings