Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Sep 10, 2024
1 parent 071a16a commit b8ff8e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions courses/api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1461,9 +1461,6 @@ def test_generate_program_certificate_failure_not_all_passed_nested_elective_sti
"""
courses = CourseFactory.create_batch(3)
course_runs = CourseRunFactory.create_batch(3, course=factory.Iterator(courses))
mocker.patch(
"hubspot_sync.task_helpers.sync_hubspot_user",
)
mocker.patch(
"hubspot_sync.management.commands.configure_hubspot_properties._upsert_custom_properties",
)
Expand Down

0 comments on commit b8ff8e2

Please sign in to comment.