Skip to content

Commit

Permalink
WEB-3396: Book upload failure should result in failure of robles
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyd committed Jun 10, 2020
1 parent 7f955e1 commit 1822f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/api/alexandria/book_uploader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def conn
faraday.response(:logger, logger) do |logger|
logger.filter(/(Token token=\\\")(\w+)/, '\1[REMOVED]')
end
faraday.response(:raise_error)
faraday.token_auth(ALEXANDRIA_SERVICE_API_TOKEN)
faraday.adapter(Faraday.default_adapter)
end
Expand Down

0 comments on commit 1822f61

Please sign in to comment.