Fixed a missing rename
This commit is contained in:
parent
f673f1e3bd
commit
75df5f6c73
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue