Skip to content

Commit 759594c

Browse files
committed
Fixed failing spec
1 parent 0232e66 commit 759594c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/validator/reference_validator_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
expect {
7575
_ = ReferenceValidator.new.unresolved_references YAML.safe_load(cfn_yaml_with_missing_ref)
76-
}.to raise_error(ParserError, 'Ref target must be string literal: {"Ref"=>{"Fn::GetAtt"=>["someResource", "Fred"]}}')
76+
}.to raise_error.with_message('Ref target must be string literal: {"Ref" => {"Fn::GetAtt" => ["someResource", "Fred"]}}')
7777
end
7878
end
7979

0 commit comments

Comments
 (0)