Fix invalid assertion in YAML processor specs
This commit is contained in:
parent
937630bb8e
commit
4cc4959e3d
1 changed files with 1 additions and 1 deletions
|
@ -1317,7 +1317,7 @@ module Gitlab
|
|||
|
||||
expect { Gitlab::Ci::YamlProcessor.new(config) }
|
||||
.to raise_error(Gitlab::Ci::YamlProcessor::ValidationError,
|
||||
'jobs:rspec:only variables invalid expression syntax: equals null')
|
||||
'jobs:rspec:only variables invalid expression syntax')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue