Commit 70dcf651 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'lm-fix-stray-punctuation' into 'master'

Fixes error message

See merge request gitlab-org/gitlab!66622
parents f6c357a8 3225d12e
......@@ -23,7 +23,7 @@ module Gitlab
new(nodes).tsort
rescue TSort::Cyclic
raise ValidationError, 'The pipeline has circular dependencies.'
raise ValidationError, 'The pipeline has circular dependencies'
rescue MissingNodeError
end
......
......@@ -2851,7 +2851,7 @@ module Gitlab
YAML
end
it_behaves_like 'returns errors', 'The pipeline has circular dependencies.'
it_behaves_like 'returns errors', 'The pipeline has circular dependencies'
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