Skip to content

Commit

Permalink
chore: add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Feb 7, 2025
1 parent 3eb42b4 commit d46f614
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,10 @@ def test_successful_file_data_population_with_getsmarter_flag_with_multiple_vari
def test_taxi_form_post_submit_url_in_case_prospectus_url_is_empty_and_product_type_sprint(
self, mock_get_smarter_client
):
"""
Verify that the taxi form post submit url is set to the edxPlpUrl if the prospectusUrl is empty
and the product type is sprint.
"""
success_api_response = copy.deepcopy(self.SUCCESS_API_RESPONSE)
success_api_response['products'][0]['prospectusUrl'] = ''
success_api_response['products'][0]['productType'] = 'sprint'
Expand Down

0 comments on commit d46f614

Please sign in to comment.