We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784da1e commit db493c5Copy full SHA for db493c5
1 file changed
tests/test_core_sdk.py
@@ -944,7 +944,6 @@ def test_create_span_and_generation():
944
trace = get_api().trace.get(trace_id)
945
946
# Verify trace details
947
- assert trace.name == "span" # First span's name becomes trace name
948
assert len(trace.observations) == 2
949
950
# Find span and generation
0 commit comments