Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

103296 update uploads controller unit tests #21139

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ def submit_supporting_documents

attachment.save
render json: PersistentAttachmentSerializer.new(attachment)
else
raise Common::Exceptions::UnprocessableEntity.new(
detail: "Unsupported form_id: #{params[:form_id]}",
source: 'IvcChampva::V1::UploadsController'
)
end
end

Expand Down
Loading
Loading