diff --git a/plugins/PluginSlot.jsx b/plugins/PluginSlot.jsx index 74922f57..e1953b12 100644 --- a/plugins/PluginSlot.jsx +++ b/plugins/PluginSlot.jsx @@ -27,7 +27,7 @@ const PluginSlot = forwardRef(({ keepDefault: true, plugins: [ { - url: 'https://profile-velvetslice.sandbox.edx.org/u/verified/plugin', + url: `https://profile-velvetslice.sandbox.edx.org/u/${authenticatedUser.username}/plugin`, type: IFRAME_PLUGIN, }, { diff --git a/src/containers/CourseList/__snapshots__/index.test.jsx.snap b/src/containers/CourseList/__snapshots__/index.test.jsx.snap index 997bcc17..7a63212e 100644 --- a/src/containers/CourseList/__snapshots__/index.test.jsx.snap +++ b/src/containers/CourseList/__snapshots__/index.test.jsx.snap @@ -11,6 +11,7 @@ exports[`CourseList collapsed with multiple courses and pages snapshot 1`] = ` className="course-list-title" > My Courses + POC branch