mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-01 07:35:17 +00:00
Fix tests (bruh)
This commit is contained in:
parent
d8341cdbbe
commit
63b898be35
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user