Fix tests (bruh)

This commit is contained in:
Julien Constant 2023-03-12 03:38:14 +01:00
parent d8341cdbbe
commit 63b898be35
No known key found for this signature in database
GPG Key ID: 816E7C070117E5B7

View File

@ -82,7 +82,7 @@ class ComTest(TestCase):
self.assertContains( self.assertContains(
r, r,
"""<div id="alert_box"> """<div id="alert_box">
<div class="markdown"><h3>ALERTE!</h3> <div class="markdown"><h3>ALERTE!</h3>
<p><strong>Caaaataaaapuuuulte!!!!</strong></p>""", <p><strong>Caaaataaaapuuuulte!!!!</strong></p>""",
) )
@ -100,7 +100,7 @@ class ComTest(TestCase):
self.assertContains( self.assertContains(
r, r,
"""<div id="info_box"> """<div id="info_box">
<div class="markdown"><h3>INFO: <strong>Caaaataaaapuuuulte!!!!</strong></h3>""", <div class="markdown"><h3>INFO: <strong>Caaaataaaapuuuulte!!!!</strong></h3>""",
) )
def test_birthday_non_subscribed_user(self): def test_birthday_non_subscribed_user(self):