From 180b1498b993121c9270bd0cfc10e8d5b21e7358 Mon Sep 17 00:00:00 2001 From: Alexander Dusenbery Date: Thu, 24 Oct 2024 12:48:02 -0400 Subject: [PATCH] update test restricted run to not-marketable to test is_active predicate --- 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 c2f0eba6..670cf42f 100644 --- a/enterprise_catalog/apps/api/v2/tests/test_views.py +++ b/enterprise_catalog/apps/api/v2/tests/test_views.py @@ -208,7 +208,7 @@ def test_get_content_metadata_content_filters( 'key': 'course-v1:edX+course+run2', 'status': 'published', 'is_enrollable': True, - 'is_marketable': True, + 'is_marketable': False, }, ], },