refactor: fix review changes

This commit is contained in:
Tanmay Deep Sharma
2025-07-03 17:33:25 +05:30
parent 9370d21612
commit 8f807aab17
25 changed files with 675 additions and 980 deletions
@@ -343,7 +343,7 @@ RSpec.describe 'Api::V1::Accounts::Captain::Documents', type: :request do
expect(response).to have_http_status(:success)
expect(json_response[:id]).to be_present
expect(json_response[:message]).to eq('PDF uploaded successfully. Processing will begin shortly.')
expect(json_response[:name]).to be_present
end
end