Skip to content

Commit

Permalink
test: api/apps base URL case
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Feb 26, 2024
1 parent 2e194c7 commit 73fbda9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adapter/src/utils/getBaseUrl.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const testPaths = {
'/dhis-web-user-settings/': '/',
'/hmis/staging/v41/api/apps/WHO-Data-Quality-App/app.html':
'/hmis/staging/v41/',
// this is a strange base URL, but it should be considered as a core app
'/api/apps/dhis-web-maps/': '/api/apps/',
}

const windowLocationMock = jest
Expand Down

0 comments on commit 73fbda9

Please sign in to comment.