Skip to content

Commit 7dbeb9e

Browse files
committed
style: format test_config.py with ruff
1 parent 145ed0c commit 7dbeb9e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/unit/test_config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,7 @@ def test_password_change_required_does_not_rotate_existing_password(
322322
is True
323323
)
324324

325-
def test_password_change_required_is_stable_across_reloads(
326-
self, temp_config_path
327-
):
325+
def test_password_change_required_is_stable_across_reloads(self, temp_config_path):
328326
"""Repeated constructions must not rotate a pending generated password (issue #9662)."""
329327
default_config = {
330328
"dashboard": {

0 commit comments

Comments
 (0)