diff --git a/tests/studio/studio_api_smoke.py b/tests/studio/studio_api_smoke.py index 016066f908..7bcf33ab84 100644 --- a/tests/studio/studio_api_smoke.py +++ b/tests/studio/studio_api_smoke.py @@ -471,9 +471,7 @@ else: # the process umask (0o644 on most CI runners) instead of # being chmod 0o600 like the bootstrap pw file. Tracked # separately; surface, don't gate. - audit( - f"{path} mode={oct(actual_mode)} (expected {oct(expected_mode)})" - ) + audit(f"{path} mode={oct(actual_mode)} (expected {oct(expected_mode)})") # ─────────────────────────────────────────────────────────────────────────