Skip to content

Commit 30a2528

Browse files
committed
Fix test_log_message
1 parent 5a775df commit 30a2528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/amazon/tests/unit/amazon/aws/log/test_cloudwatch_task_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def test_log_message(self):
154154
f"Reading remote log from Cloudwatch log_group: log_group_name log_stream: {stream_name}"
155155
]
156156
assert logs == [
157-
'{"foo": "bar", "event": "Hi", "level": "info", "timestamp": "2025-03-27T21:58:01.002000+00:00"}'
157+
'{"foo": "bar", "event": "Hi", "level": "info", "timestamp": "2025-03-27T21:58:01.002000+00:00"}\n'
158158
]
159159

160160

0 commit comments

Comments
 (0)