Merge pull request #18756 from edx/colelrogers/LEARNER-6075-pathway-caching-pages
Fix pathway caching to work with multiple pages returned from endpoint
This commit is contained in:
@@ -49,7 +49,7 @@ class CatalogFixture(object):
|
||||
"""
|
||||
requests.put(
|
||||
'{}/set_config'.format(CATALOG_STUB_URL),
|
||||
data={'catalog.credit_pathways': json.dumps({'results': credit_pathways})}
|
||||
data={'catalog.credit_pathways': json.dumps({'results': credit_pathways, 'next': None})}
|
||||
)
|
||||
|
||||
def install_program_types(self, program_types):
|
||||
|
||||
Reference in New Issue
Block a user