Skip to content

Use Rails test host name for frontend fixtures

What does this MR do?

Switch from https://fixture.invalid to http://test.host (which is used by Rails) for frontend fixtures.

Why was this MR needed?

Absolute URLs generated by factories and relative URLs in frontend fixtures use a different host name. This may at least be confusing.

Merge request reports