Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-10-02 12:14:53 +00:00
parent ce6896a887
commit b5cafdc023
184 changed files with 2071 additions and 1466 deletions

View File

@ -471,7 +471,7 @@ RSpec.describe ApplicationHelper do
context 'when @snippet is set' do
it 'returns the passed path' do
snippet = create(:snippet)
snippet = create(:project_snippet)
assign(:snippet, snippet)
expect(helper.external_storage_url_or_path('/foo/bar', project)).to eq('/foo/bar')