Skip to content

Commit 2bba492

Browse files
committed
fix
1 parent c6e505c commit 2bba492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/feedback/tests/test_views_intern.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ def test_post(self):
627627
self.assertTrue(response.context['vorschau'])
628628

629629
# ----- Vorschau: Check if the replacements are highlighted ----- #
630-
color_span = '<span style="color:blue">{}</span>'
630+
color_span = '<span class="mail-context-highlight">{}</span>'
631631
self.assertEqual(color_span.format('Grundlagen der Agrarphilosophie I'), response.context['veranstaltung'])
632632
link_veranstalter = 'https://www.fachschaft.informatik.tu-darmstadt.de%s' % reverse('feedback:veranstalter-login')
633633
link_suffix_format = '?vid=%d&token=%s'

0 commit comments

Comments
 (0)