We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bbeb9 commit 80eeea8Copy full SHA for 80eeea8
util/opentelemetry-util-genai/tests/test_utils.py
@@ -49,7 +49,7 @@ def wrapper(*args, **kwargs):
49
50
class TestVersion(unittest.TestCase):
51
@patch_env_vars("gen_ai_latest_experimental", "SPAN_ONLY")
52
- def test_get_content_caputring_mode_parses_valid_envvar(self): # pylint: disable=no-self-use
+ def test_get_content_capturing_mode_parses_valid_envvar(self): # pylint: disable=no-self-use
53
_OpenTelemetrySemanticConventionStability._initialized = False
54
assert get_content_capturing_mode() == ContentCapturingMode.SPAN_ONLY
55
0 commit comments