From 155dd1f4166e61722b79f316bfc73436f6740e2b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:53:44 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- cl/tests/api/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl/tests/api/utils.py b/cl/tests/api/utils.py index 629f61d8a0..6cb207a80e 100644 --- a/cl/tests/api/utils.py +++ b/cl/tests/api/utils.py @@ -17,7 +17,7 @@ def test_recent_api_usage(self, mock_get_redis_interface): mock_redis.pipeline.return_value = mock_pipeline mock_pipeline.execute.return_value = [ - self.v3_results] * len(self.expected_dates) + + self.v3_results] * len(self.expected_dates) + [self.v4_results] * len(self.expected_dates) results = get_recent_api_usage(self.start_date, self.end_date)