Skip to content

Commit 65c60c2

Browse files
committed
test is passing
1 parent 37f7978 commit 65c60c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/hello/hello_change_log_level_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async def test_workflow_with_log_capture(client: Client):
1313

1414
log_stream = io.StringIO()
1515
handler = logging.StreamHandler(log_stream)
16-
handler.setLevel(logging.DEBUG)
16+
handler.setLevel(logging.ERROR)
1717

1818
logger = logging.getLogger()
1919
logger.addHandler(handler)

0 commit comments

Comments
 (0)