From 92a2b9d74ea683f6e2ffa77aab25fff77e9fa1ac Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:26:29 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- trackers_integration/tests/test_internals.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trackers_integration/tests/test_internals.py b/trackers_integration/tests/test_internals.py index a72fc4e..f39923e 100644 --- a/trackers_integration/tests/test_internals.py +++ b/trackers_integration/tests/test_internals.py @@ -92,13 +92,13 @@ def test_add_view_shows_dropdown_select_of_existing_bug_trackers(self): self.assertContains( response, '', + "https://mantis.example.com:8443/mantisbt", html=True, ) self.assertContains( response, '', + "http://open-project.example.com", html=True, )