Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and leohentschker committed Dec 16, 2024
1 parent 397fa3f commit 155dd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/tests/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 155dd1f

Please sign in to comment.