Commit a5335a39 authored by Ash McKenzie's avatar Ash McKenzie

Fix VersionCheckHelper tags URL test

parent bf0c0e0d
......@@ -22,7 +22,7 @@ describe EE::VersionCheckHelper do
end
it 'links to an ee-tag' do
expect(helper.link_to_version).to include('https://gitlab.com/gitlab-org/gitlab-ee/tags/v8.0.2-ee')
expect(helper.link_to_version).to include('https://gitlab.com/gitlab-org/gitlab-ee/-/tags/v8.0.2-ee')
end
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