Skip to content

Commit 1b29cca

Browse files
style: ruff format test_error_propagation.py
1 parent b6915ba commit 1b29cca

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_error_propagation.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,7 @@ def export_client(self, tmp_path):
210210
app.register_blueprint(export_bp)
211211
return app.test_client()
212212

213-
def test_500_when_exclusion_raises_does_not_leak(
214-
self, tmp_path, export_client, monkeypatch
215-
):
213+
def test_500_when_exclusion_raises_does_not_leak(self, tmp_path, export_client, monkeypatch):
216214
_write_session(tmp_path, "proj", "abc", '{"type":"user","message":{}}')
217215
_patch_exclusion_raises(monkeypatch)
218216

0 commit comments

Comments
 (0)