mirror of
https://github.com/YunoHost-Apps/django-fmd_ynh.git
synced 2024-09-03 18:26:27 +02:00
fix test
This commit is contained in:
parent
0c2cf8f720
commit
babf0c1f08
1 changed files with 1 additions and 4 deletions
|
@ -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>',
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue