8000 Lint · chdsbd/sentry-python@4a54f5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a54f5b

Browse files
committed
Lint
1 parent c743d2f commit 4a54f5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integrations/django/test_basic.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,9 @@ def test_response_trace(sentry_init, client, capture_events, render_span_tree):
313313
content, status, headers = client.get(reverse("rest_json_response"))
314314
assert status == "200 OK"
315315

316-
assert '- op="view.response.render": description="serialize response"' in render_span_tree(
317-
events[0]
316+
assert (
317+
'- op="view.response.render": description="serialize response"'
318+
in render_span_tree(events[0])
318319
)
319320

320321

0 commit comments

Comments
 (0)
0