Skip to content

Commit 858287b

Browse files
authored
Fixup: test name
1 parent 6956500 commit 858287b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/agent_features/test_distributed_tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ def _test():
14461446
_test()
14471447

14481448

1449-
def test_distributed_trace_priority_set_when_only_sampled_set_in_headers(monkeypatch):
1449+
def test_distributed_trace_priority_set_when_only_sampled_set_in_tracestate_header(monkeypatch):
14501450
monkeypatch.setattr(random, "random", lambda *args, **kwargs: 0.123)
14511451

14521452
@override_application_settings(_override_settings)

0 commit comments

Comments
 (0)