Commit a5290685 authored by Shubham Kumar's avatar Shubham Kumar

Apply 1 suggestion(s) to 1 file(s)

parent e8ffc422
...@@ -21,7 +21,7 @@ RSpec.describe 'mail_room.yml' do ...@@ -21,7 +21,7 @@ RSpec.describe 'mail_room.yml' do
status = result.status status = result.status
raise "Error interpreting #{mailroom_config_path}: #{output}" unless status == 0 raise "Error interpreting #{mailroom_config_path}: #{output}" unless status == 0
YAML.safe_load(output) YAML.safe_load(output, permitted_classes: [Symbol])
end end
before do before do
......
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