Skip to content

Commit 910f683

Browse files
committed
linting
1 parent f5f7ffe commit 910f683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/stdlib/test_httplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def test_http_timeout(monkeypatch, sentry_init, capture_envelopes):
404404
conn.request("GET", "/bla")
405405
conn.getresponse()
406406

407-
(transaction_envelope, ) = envelopes
407+
(transaction_envelope,) = envelopes
408408
transaction = transaction_envelope.get_transaction_event()
409409
assert len(transaction["spans"]) == 1
410410

0 commit comments

Comments
 (0)