Skip to content

Commit 8cf12aa

Browse files
committed
reformat
1 parent d6b1942 commit 8cf12aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integrations/pyreqwest/test_pyreqwest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,7 @@ def test_outgoing_trace_headers_append_to_baggage(sentry_init, server_port):
210210
assert "sentry-trace_id=01234567890123456789012345678901" in baggage
211211
assert "sentry-sample_rand=0.500000" in baggage
212212
assert "sentry-environment=production" in baggage
213-
assert (
214-
"sentry-release=d08ebdb9309e1b004c6f52202de58a09c2268e42" in baggage
215-
)
213+
assert "sentry-release=d08ebdb9309e1b004c6f52202de58a09c2268e42" in baggage
216214
assert "sentry-transaction=/interactions/other-dogs/new-dog" in baggage
217215
assert "sentry-sample_rate=1.0" in baggage
218216
assert "sentry-sampled=true" in baggage

0 commit comments

Comments
 (0)