diff --git a/course_discovery/apps/api/v1/tests/test_views/test_search.py b/course_discovery/apps/api/v1/tests/test_views/test_search.py index 28ee484468..5b07b7e348 100644 --- a/course_discovery/apps/api/v1/tests/test_views/test_search.py +++ b/course_discovery/apps/api/v1/tests/test_views/test_search.py @@ -618,7 +618,7 @@ def test_results_filtered_by_default_partner(self, short_code): self.serialize_program_search(other_program), ] - @ddt.data((True, 8), (False, 9)) + @ddt.data((True, 9), (False, 9)) @ddt.unpack def test_query_count_exclude_expired_course_run(self, exclude_expired, expected_queries): """ Verify that there is no query explosion when excluding expired course runs. """