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:
Ahtisham Shahid
2021-12-02 17:05:35 +05:00
committed by GitHub
parent ca867c105f
commit 00b53287d5
9 changed files with 41 additions and 25 deletions

View File

@@ -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);

View File

@@ -493,7 +493,7 @@ describe('Program Details Header View', () => {
destination_url: 'industry.com',
},
],
programDiscussionEnabled: false
programTabViewEnabled: false
};
const data = options.programData;