1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-fmd_ynh.git synced 2024-09-03 18:26:27 +02:00
This commit is contained in:
JensDiemer 2022-07-11 20:43:56 +02:00
parent 0c2cf8f720
commit babf0c1f08

View file

@ -99,10 +99,7 @@ class DjangoYnhTestCase(HtmlAssertionMixin, TestCase):
self.assert_html_parts( self.assert_html_parts(
response, response,
parts=( parts=(
( '<title>Site administration | Find My Device</title>',
'<title>Site administration | django-fmd'
f' v{findmydevice.__version__}</title>'
),
'<strong>test</strong>', '<strong>test</strong>',
), ),
) )