Skip to content

Commit 51a8022

Browse files
author
sentry-bot
committed
fix: Formatting
1 parent e81bf69 commit 51a8022

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_transport.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ def test_complex_limits_without_data_category(
163163
):
164164
client = make_client()
165165
httpserver.serve_content(
166-
"hm", response_code, headers={"X-Sentry-Rate-Limits": "4711::organization"},
166+
"hm",
167+
response_code,
168+
headers={"X-Sentry-Rate-Limits": "4711::organization"},
167169
)
168170

169171
client.capture_event({"type": "transaction"})

0 commit comments

Comments
 (0)