mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 07:52:04 +02:00
Fixed test
This commit is contained in:
parent
fc99ada943
commit
0a77011bdb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue