Skip to content

Commit 80eeea8

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

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
@@ -49,7 +49,7 @@ def wrapper(*args, **kwargs):
4949

5050
class TestVersion(unittest.TestCase):
5151
@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
52+
def test_get_content_capturing_mode_parses_valid_envvar(self): # pylint: disable=no-self-use
5353
_OpenTelemetrySemanticConventionStability._initialized = False
5454
assert get_content_capturing_mode() == ContentCapturingMode.SPAN_ONLY
5555

0 commit comments

Comments
 (0)