Skip to content

Commit 574a160

Browse files
committed
fix: fix broken test.
1 parent b0b34ad commit 574a160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_functions/execution_id/async_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def sync_function_in_async_context(request):
5353
def sync_cloudevent_with_context(cloud_event):
5454
context = execution_id._get_current_context()
5555
if context:
56-
logger.info(f"Execution ID in sync CloudEvent: {context.execution_id}")
56+
logger.warning(f"Execution ID in sync CloudEvent: {context.execution_id}")
5757
else:
5858
logger.error("No execution context in sync CloudEvent function!")
5959

0 commit comments

Comments
 (0)