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

Fix test by assigning the proper SHA

parent 16b63664
......@@ -10,7 +10,7 @@ feature 'Download buttons in tags page', feature: true do
given(:pipeline) do
create(:ci_pipeline,
project: project,
sha: project.commit.sha,
sha: project.commit(tag).sha,
ref: tag,
status: status)
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