From babf0c1f0871f5ce0010bb387c8c322a9c9177c4 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Mon, 11 Jul 2022 20:43:56 +0200 Subject: [PATCH] fix test --- tests/test_django_project.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test_django_project.py b/tests/test_django_project.py index 4505134..7141f9f 100644 --- a/tests/test_django_project.py +++ b/tests/test_django_project.py @@ -99,10 +99,7 @@ class DjangoYnhTestCase(HtmlAssertionMixin, TestCase): self.assert_html_parts( response, parts=( - ( - 'Site administration | django-fmd' - f' v{findmydevice.__version__}' - ), + 'Site administration | Find My Device', 'test', ), )