From b8ff8e2d4fa5043296aba6165a3ed9699bdf7f96 Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 10 Sep 2024 13:21:40 -0400 Subject: [PATCH] more --- courses/api_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/courses/api_test.py b/courses/api_test.py index 14df42eda4..2350188f02 100644 --- a/courses/api_test.py +++ b/courses/api_test.py @@ -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", )