Skip to content

Commit 7c78ac1

Browse files
committed
fix typo
1 parent ce5f904 commit 7c78ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/decider_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def test_make_object_for_context_with_span_context_as_None(self, metric_counter_
273273
metric_counter_labels.assert_called_once_with(
274274
operation="make_object_for_context",
275275
success="false",
276-
error_type="missing:'span_context'",
276+
error_type="missing:'span.context'",
277277
pkg_version=mock.ANY,
278278
)
279279

0 commit comments

Comments
 (0)