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 80eeea8 commit 338bfd9Copy full SHA for 338bfd9
util/opentelemetry-util-genai/tests/test_utils.py
@@ -59,7 +59,7 @@ def test_empty_content_capturing_envvar(self): # pylint: disable=no-self-use
59
assert get_content_capturing_mode() == ContentCapturingMode.NO_CONTENT
60
61
@patch_env_vars("default", "True")
62
- def test_get_content_caputring_mode_raises_exception_when_semconv_stability_default(
+ def test_get_content_capturing_mode_raises_exception_when_semconv_stability_default(
63
self,
64
): # pylint: disable=no-self-use
65
_OpenTelemetrySemanticConventionStability._initialized = False
0 commit comments