Skip to content

Commit

Permalink
test: update query count for exclude_expired_course_run test case (#4400
Browse files Browse the repository at this point in the history
)
  • Loading branch information
DawoudSheraz authored Jul 29, 2024
1 parent aaac71c commit 7ea63c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. """
Expand Down

0 comments on commit 7ea63c0

Please sign in to comment.