Skip to content

Commit 338bfd9

Browse files
Update util/opentelemetry-util-genai/tests/test_utils.py
Co-authored-by: Aaron Abbott <[email protected]>
1 parent 80eeea8 commit 338bfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/opentelemetry-util-genai/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_empty_content_capturing_envvar(self): # pylint: disable=no-self-use
5959
assert get_content_capturing_mode() == ContentCapturingMode.NO_CONTENT
6060

6161
@patch_env_vars("default", "True")
62-
def test_get_content_caputring_mode_raises_exception_when_semconv_stability_default(
62+
def test_get_content_capturing_mode_raises_exception_when_semconv_stability_default(
6363
self,
6464
): # pylint: disable=no-self-use
6565
_OpenTelemetrySemanticConventionStability._initialized = False

0 commit comments

Comments
 (0)