Fix passing rspec at least controllers/models

This commit is contained in:
KMY 2023-08-07 22:46:23 +09:00
parent 54ba842786
commit e2923bff51
3 changed files with 2 additions and 3 deletions

View file

@ -43,7 +43,6 @@ class UpdateStatusService < BaseService
update_metadata!
broadcast_updates!
@status.reload
@status
rescue NoChangesSubmittedError
# For calls that result in no changes, swallow the error