Skip to content

Use `Gitlab.config.gitlab.host` over `'localhost'`

username-removed-423915 requested to merge fix-tests-for-different-host into master

Use Gitlab.config.gitlab.host over 'localhost'

This would fix long standing failures running tests on my development machine, which set Gitlab.config.gitlab.host to another host because it's not my local computer. Now I finally cannot withstand it and decided to fix them once and for all.

Merge request reports