Commit fc55e30d authored by Sarah Yasonik's avatar Sarah Yasonik

Apply suggestion to ee/spec/services/incident_management/create_issue_service_spec.rb

parent 3e215440
......@@ -102,7 +102,7 @@ describe IncidentManagement::CreateIssueService do
context 'and gitlab_incident_markdown' do
let(:template_content) { 'plain text'}
let(:alt_template) { 'alernate text' }
let(:alt_template) { 'alternate text' }
let(:alert_annotations) do
{ title: alert_title, gitlab_incident_markdown: alt_template }
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