Skip to content

Commit efc008b

Browse files
committed
Fix tests
1 parent cc3f6be commit efc008b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/tests/unit/util/test_logging.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ def _log_traceback() -> None:
4848
{
4949
"levelname": "INFO",
5050
"message": "hello arg1, 22",
51-
"timestamp": "2023-12-08 06:05:47,319",
51+
"timestamp": "2023-12-08 06:05:47,320",
5252
"logger_name": "test_json_formatter__outputs_expected",
5353
"process_id": expected_pid,
5454
"thread_name": "MainThread",
5555
},
5656
{
5757
"levelname": "ERROR",
5858
"message": "this is an error",
59-
"timestamp": "2023-12-08 06:05:47,319",
59+
"timestamp": "2023-12-08 06:05:47,320",
6060
"logger_name": "test_json_formatter__outputs_expected",
6161
"process_id": expected_pid,
6262
"thread_name": "MainThread",
@@ -120,7 +120,7 @@ def test_gunicorn_access_log_json_formatter__outputs_expected() -> None:
120120
"status": "200",
121121
"thread_name": "MainThread",
122122
"time": "2023-12-08T06:05:47+00:00",
123-
"timestamp": "2023-12-08 06:05:47,319",
123+
"timestamp": "2023-12-08 06:05:47,320",
124124
"user_agent": "requests",
125125
}
126126

0 commit comments

Comments
 (0)