tests: Fix TestYamlMigrations.test_user_agent

This commit is contained in:
Florian Bruhin 2025-04-08 20:50:13 +02:00
parent 6b5ebe7187
commit afeb1ebbaa
1 changed files with 0 additions and 1 deletions

View File

@ -787,7 +787,6 @@ class TestYamlMigrations:
@pytest.mark.parametrize('old, new', [
(None, ('Mozilla/5.0 ({os_info}) '
'AppleWebKit/{webkit_version} (KHTML, like Gecko) '
'{qt_key}/{qt_version} '
'{upstream_browser_key}/{upstream_browser_version_short} '
'Safari/{webkit_version}')),
('toaster', 'toaster'),