Skip to content

Commit b44f2c9

Browse files
flowbrixclaude
andcommitted
style(tests): drop parentheses on pytest.fixture decorator (ruff PT001)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 761b8d1 commit b44f2c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/tests/test_audio_failed_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_resolve_storage_path_empty_returns_none():
4444
assert config.resolve_storage_path(Path("")) is None
4545

4646

47-
@pytest.fixture()
47+
@pytest.fixture
4848
def client(tmp_path, monkeypatch):
4949
"""Minimal app with only the audio routes and a temp sqlite DB."""
5050
monkeypatch.setattr(config, "_data_dir", tmp_path)

0 commit comments

Comments
 (0)