From fbe55715d2c0abeb08f65bd00051a311f169b3a1 Mon Sep 17 00:00:00 2001 From: Prashant Makwana Date: Thu, 17 Oct 2024 11:15:50 -0400 Subject: [PATCH] chore: lint fix --- enterprise_catalog/apps/api/v2/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise_catalog/apps/api/v2/tests/test_views.py b/enterprise_catalog/apps/api/v2/tests/test_views.py index 0555e052..bb30d36f 100644 --- a/enterprise_catalog/apps/api/v2/tests/test_views.py +++ b/enterprise_catalog/apps/api/v2/tests/test_views.py @@ -137,7 +137,7 @@ def test_get_content_metadata_combined( create_content_metadata=None, create_restricted_courses=None, create_restricted_run_allowed_for_restricted_course=None, - ): + ): """ Test the get_content_metadata endpoint to verify that restricted content is properly handled, both for restricted and unrestricted course runs