Added anonymous user id and extra params in program lti (#29429)
* fix: added anonymous user id and extra params in program lti * refactor: updated flag name * fix: fixed linter issues
This commit is contained in:
@@ -57,7 +57,7 @@ describe('Program Progress View', () => {
|
||||
programRecordUrl: '/foo/bar',
|
||||
industryPathways: data.industryPathways,
|
||||
creditPathways: data.creditPathways,
|
||||
programDiscussionEnabled: false
|
||||
programTabViewEnabled: false
|
||||
|
||||
});
|
||||
|
||||
@@ -155,7 +155,7 @@ describe('Program Progress View', () => {
|
||||
programRecordUrl: '/foo/bar',
|
||||
industryPathways: [],
|
||||
creditPathways: [],
|
||||
programDiscussionEnabled: false
|
||||
programTabViewEnabled: false
|
||||
});
|
||||
|
||||
expect(emptyView.$('.program-credit-pathways .divider-heading')).toHaveLength(0);
|
||||
|
||||
@@ -493,7 +493,7 @@ describe('Program Details Header View', () => {
|
||||
destination_url: 'industry.com',
|
||||
},
|
||||
],
|
||||
programDiscussionEnabled: false
|
||||
programTabViewEnabled: false
|
||||
};
|
||||
const data = options.programData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user