Fixed a missing rename

This commit is contained in:
Lin Jen-Shin 2016-08-17 13:42:06 +08:00
parent f673f1e3bd
commit 75df5f6c73

View file

@ -25,7 +25,7 @@ describe Projects::ArtifactsController do
def path_from_ref( def path_from_ref(
ref = pipeline.ref, job = build.name, path = 'browse') ref = pipeline.ref, job = build.name, path = 'browse')
search_namespace_project_artifacts_path( latest_succeeded_namespace_project_artifacts_path(
project.namespace, project.namespace,
project, project,
ref, ref,