Skip to content

Commit

Permalink
update test restricted run to not-marketable to test is_active predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveagent57 committed Oct 24, 2024
1 parent 04cf3e3 commit 11274ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enterprise_catalog/apps/api/v2/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_get_content_metadata_no_catalog_query(self):
'key': 'course-v1:edX+course+run2',
'status': 'published',
'is_enrollable': True,
'is_marketable': True,
'is_marketable': False,
},
],
},
Expand Down Expand Up @@ -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,
},
],
},
Expand Down

0 comments on commit 11274ab

Please sign in to comment.