From 577ef63a789b3610b5a6a8d22da5576ad723f6bd Mon Sep 17 00:00:00 2001 From: Serhii Nanai Date: Fri, 29 Aug 2025 13:18:50 +0300 Subject: [PATCH] docs: add comment for skip_unless_lms --- openedx/core/djangoapps/courseware_api/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/courseware_api/tests/test_views.py b/openedx/core/djangoapps/courseware_api/tests/test_views.py index 3be897aa66..1606d245c0 100644 --- a/openedx/core/djangoapps/courseware_api/tests/test_views.py +++ b/openedx/core/djangoapps/courseware_api/tests/test_views.py @@ -614,7 +614,7 @@ class CelebrationApiTestViews(BaseCoursewareTests, MasqueradeMixin): @ddt.ddt -@skip_unless_lms +@skip_unless_lms # If run in CMS, the tests fail as the courseware_api.views module contains imports from the LMS. class CoursewareMetaTestViews(BaseCoursewareTests): """ Tests for the CoursewareMeta class