Fixed test

This commit is contained in:
Sergei Tsoganov 2022-11-10 17:59:39 +02:00
parent fc99ada943
commit 0a77011bdb

View file

@ -64,7 +64,7 @@ module Serializers
status_note = status_notes[status.to_s].presence || ''
statuses_with_notes.merge!({ "#{status}": status_note })
end
statuses_with_notes
statuses_with_notes.with_indifferent_access
end
private