Skip to content

Commit 695740a

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

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
@@ -67,7 +67,7 @@ def test_get_content_capturing_mode_raises_exception_when_semconv_stability_defa
6767
get_content_capturing_mode()
6868

6969
@patch_env_vars("gen_ai_latest_experimental", "INVALID_VALUE")
70-
def test_get_content_caputring_mode_raises_exception_on_invalid_envvar(
70+
def test_get_content_capturing_mode_raises_exception_on_invalid_envvar(
7171
self,
7272
): # pylint: disable=no-self-use
7373
with self.assertRaises(RuntimeError):

0 commit comments

Comments
 (0)