Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 10, 2024
1 parent 10f6b20 commit 5a26b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion courses/api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ 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",
"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 5a26b30

Please sign in to comment.