Ruff formated
Some checks failed
ci / tests (push) Has been cancelled

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-24 17:25:07 +01:00
parent 84323bd2aa
commit cf473d4f3f
2 changed files with 9 additions and 2 deletions

View File

@@ -87,7 +87,9 @@ class TestWebInstallerWarningsIntegration(unittest.TestCase):
Some Matomo versions repeat the same alert in multiple containers.
We must return/log each unique text only once.
"""
repeated = "Please fix the following errors:\nThe email doesn't have a valid format."
repeated = (
"Please fix the following errors:\nThe email doesn't have a valid format."
)
page = _FakePage(
url="http://matomo/index.php?action=setupSuperUser&module=Installation",
title="Superuser",