Commit c81db244 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Fix raw_path with the new job path, rename to job

in the tests
parent 35083dc9
......@@ -28,7 +28,7 @@ class BuildDetailsEntity < BuildEntity
end
expose :raw_path do |build|
raw_namespace_project_build_path(project.namespace, project, build)
raw_namespace_project_job_path(project.namespace, project, build)
end
private
......
This diff is collapsed.
This diff is collapsed.
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