From e65149c269a86f827c34d38f4a92ce391c438fb2 Mon Sep 17 00:00:00 2001 From: Eman Elsabban Date: Fri, 30 Aug 2024 10:33:40 -0700 Subject: [PATCH] Hopefully this fixes this test? --- tests/api/tweens/test_request_logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api/tweens/test_request_logger.py b/tests/api/tweens/test_request_logger.py index ea7ab23337..afeac91aec 100644 --- a/tests/api/tweens/test_request_logger.py +++ b/tests/api/tweens/test_request_logger.py @@ -86,7 +86,7 @@ def test_request_logger_tween_factory_log(mock_clog, mock_factory): '{"additional_key": "additional_value", ' '"cluster": "a_cluster", ' '"hostname": "a_hostname", ' - '"human_timestamp": "2020-05-18T11:54:09", ' + '"human_timestamp": "2020-05-18T18:54:09", ' '"level": "ERROR", ' '"unix_timestamp": 1589828049.0}' ),