Commit eb78edda authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'gy-fix-qa-file-web-url' into 'master'

Fix File resource web_url property

See merge request gitlab-org/gitlab!72712
parents 8e3baf48 60ab2857
......@@ -67,7 +67,7 @@ module QA
private
def transform_api_resource(api_resource)
api_resource[:web_url] = "#{Runtime::Scenario.gitlab_address}/#{project.full_path}/-/tree/#{branch}/#{api_resource[:file_path]}"
api_resource[:web_url] = "#{Runtime::Scenario.gitlab_address}/#{project.full_path}/-/blob/#{branch}/#{api_resource[:file_path]}"
api_resource
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment