From 978cfa9b7ffa1de81fea3c83497e48a6cabd2b63 Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Tue, 17 Dec 2024 12:09:04 -0800 Subject: [PATCH] Fix test --- .../tests/test_sqlalchemy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/instrumentation/opentelemetry-instrumentation-sqlalchemy/tests/test_sqlalchemy.py b/instrumentation/opentelemetry-instrumentation-sqlalchemy/tests/test_sqlalchemy.py index 59a51baa29..8f5d0f2a94 100644 --- a/instrumentation/opentelemetry-instrumentation-sqlalchemy/tests/test_sqlalchemy.py +++ b/instrumentation/opentelemetry-instrumentation-sqlalchemy/tests/test_sqlalchemy.py @@ -510,6 +510,7 @@ async def run(): "db_framework": False, "opentelemetry_values": False, }, + enable_attribute_commenter=True, ) from sqlalchemy.ext.asyncio import ( # pylint: disable-all create_async_engine,