Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 12, 2023
1 parent d186aa1 commit 92a2b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trackers_integration/tests/test_internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ def test_add_view_shows_dropdown_select_of_existing_bug_trackers(self):
self.assertContains(
response,
'<option value="https://mantis.example.com:8443/mantisbt">'
'https://mantis.example.com:8443/mantisbt</option>',
"https://mantis.example.com:8443/mantisbt</option>",
html=True,
)
self.assertContains(
response,
'<option value="http://open-project.example.com">'
'http://open-project.example.com</option>',
"http://open-project.example.com</option>",
html=True,
)

Expand Down

0 comments on commit 92a2b9d

Please sign in to comment.