Commit 704669f9 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'jsl-snippet-fix' into 'master'

Render markdown snippets on Geo secondary sites

See merge request gitlab-org/gitlab!46812
parents f1c82d9e 6f2aa950
......@@ -21,6 +21,10 @@ class SnippetBlob
data.bytesize
end
def commit_id
nil
end
def data
snippet.content
end
......
---
title: Fix single file snippets display for Geo secondary sites
merge_request: 46812
author:
type: fixed
# frozen_string_literal: true
module QA
RSpec.describe 'Geo', :orchestrated, :geo, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/262103', type: :bug } do
RSpec.describe 'Geo', :orchestrated, :geo do
describe 'Project snippet' do
let(:snippet_title) { "Geo project snippet-#{SecureRandom.hex(8)}" }
let(:snippet_description) { 'Geo snippet description' }
......
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