Skip to content

Send GlRepository to Gitaly in Workhorse tests

Sami Hiltunen requested to merge smh-fix-workhorse-test into master

What does this MR do and why?

Send GlRepository to Gitaly in Workhorse tests

Gitaly requires GlRepository to be set in calls that invoke the hooks. Rails' internal API is disabled in tests so the actual value doesn't matter though. Fill the value anyway so the validation passes when sending requests to Gitaly.

Closes #457925 (closed)

Merge request reports