style: ruff format test_settings.py

This commit is contained in:
Brian Krabach
2026-03-31 15:23:41 -07:00
parent a1e532cb3f
commit 1448b70696
-3
View File
@@ -272,7 +272,6 @@ def test_delete_session_template_patchable():
assert loaded["delete_session_template"] == custom
# ============================================================
# Multi-device enabled flag (task: settings UI reorganization)
# ============================================================
@@ -309,7 +308,6 @@ def test_multi_device_enabled_patchable():
assert loaded["multi_device_enabled"] is True
# ============================================================
# Serve keys (task: add host, port, auth, session_ttl)
# ============================================================
@@ -411,4 +409,3 @@ def test_old_settings_file_without_serve_keys_loads_correctly(redirect_settings_
assert result["session_ttl"] == 604800, (
f"session_ttl must default to 604800 for old settings files, got: {result['session_ttl']!r}"
)