From cf59866890f460152f448773110f21f3c988f76a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 11 2016 07:40:38 +0000 Subject: Looks like arrow changed a little bit its API/wording --- diff --git a/tests/test_pagure_flask_ui_fork.py b/tests/test_pagure_flask_ui_fork.py index 88b7d23..c82e550 100644 --- a/tests/test_pagure_flask_ui_fork.py +++ b/tests/test_pagure_flask_ui_fork.py @@ -1730,9 +1730,12 @@ index 0000000..2a552bb ' PR from the feature branch\n ', output.data) # Checking if Edited by User is there or not - self.assertIn( - 'Edited just now by pingou ', - output.data) + self.assertTrue( + 'Edited just now by pingou ' + in output.data + or + 'Edited seconds ago by pingou ' + in output.data) self.assertIn( '\n Comment updated', output.data)