Skip to content

Commit 2d36b76

Browse files
committed
update contract test
1 parent cb092ee commit 2d36b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract-tests/tests/test/amazon/misc/code_attributes_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_application_extra_environment_variables(self) -> Dict[str, str]:
3434
"""
3535
return {
3636
"OTEL_INSTRUMENTATION_COMMON_PEER_SERVICE_MAPPING": "backend=backend:8080",
37-
"OTEL_AWS_ENHANCED_CODE_ATTRIBUTES": "true",
37+
"OTEL_AWS_EXPERIMENTAL_CODE_ATTRIBUTES": "true",
3838
}
3939

4040
def test_success(self) -> None:

0 commit comments

Comments
 (0)