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 180b149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise_catalog/apps/api/v2/tests/test_views.py
Original file line number Diff line number Diff line change
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 180b149

Please sign in to comment.