Skip to content

Commit 06bbeb9

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

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
@@ -27,7 +27,7 @@
2727
from opentelemetry.util.genai.utils import get_content_capturing_mode
2828

2929

30-
def patch_env_vars(stability_mode, content_capturing):
30+
def patch_env_vars(*, stability_mode, content_capturing):
3131
def decorator(test_case):
3232
@patch.dict(
3333
os.environ,

0 commit comments

Comments
 (0)