Skip to content

Fixes a CI failure

Sam Beckham requested to merge 11315-jest-failure-on-master into master

What does this MR do?

In one of the API tests, gon.relative_url_root was set to http://host.invalid which is not a relative root. This breaks the tests.

This MR replaces that route with an actual relative one which gets the tests passing again.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Closes #11315 (closed)

Edited by Fatih Acet

Merge request reports