Skip to content

Commit c10114b

Browse files
fix: ruff format on test_error_codes
1 parent a61fc7b commit c10114b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_error_codes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ def _raise_live_scan_failure(*_args, **_kwargs):
8484

8585
monkeypatch.setattr(
8686
"api.search._search_via_index",
87-
lambda *_args, **_kwargs: _IndexSearchOutcome(
88-
None, False, index_locked_without_hits=True
89-
),
87+
lambda *_args, **_kwargs: _IndexSearchOutcome(None, False, index_locked_without_hits=True),
9088
)
9189
monkeypatch.setattr("api.search._search_live_scan", _raise_live_scan_failure)
9290
resp = client_single.get("/api/search?q=test")

0 commit comments

Comments
 (0)