Skip to content

Commit

Permalink
test: fix upstream link test
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkarkera committed Oct 22, 2024
1 parent a2eb006 commit 53bb6c3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@

MOCK_LIB_KEY = "lib:OpenedX:CSPROB3"
MOCK_UPSTREAM_REF = "lb:OpenedX:CSPROB3:html:843b4c73-1e2d-4ced-a0ff-24e503cdb3e4"
MOCK_UPSTREAM_LINK = settings.COURSE_AUTHORING_MICROFRONTEND_URL + '/library/' + MOCK_LIB_KEY
MOCK_UPSTREAM_LINK = "{mfe_url}/library/{lib_key}/components?usageKey={usage_key}".format(
mfe_url=settings.COURSE_AUTHORING_MICROFRONTEND_URL,
lib_key=MOCK_LIB_KEY,
usage_key=MOCK_UPSTREAM_REF,
)
MOCK_UPSTREAM_ERROR = "your LibraryGPT subscription has expired"


Expand Down

0 comments on commit 53bb6c3

Please sign in to comment.