Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 679f9be

Browse files
1 parent b940b69 commit 679f9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/test_session_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ def _build_request_id():
879879
# For now, we'll verify the essential spans are present rather than exact count
880880
actual_span_names = [span.name for span in span_list]
881881
expected_span_names = [prop["name"] for prop in expected_span_properties]
882-
882+
883883
# Check that all expected span types are present
884884
for expected_name in expected_span_names:
885885
assert (

0 commit comments

Comments
 (0)