Fixing header passthrough parameters for content-type during file submission

Test Plan:
1) Enable VeriCite in plugins. Use a real key and secret.
2) Create an assignment with VeriCite enabled
3) Submit to this assignment
4) Make sure report is generated (~10-15 mins)

Change-Id: I023d22fec8b990ccde791ff18c4e1ced2407b043
Reviewed-on: https://gerrit.instructure.com/126426
Reviewed-by: Keith T. Garner <kgarner@instructure.com>
QA-Review: KC Naegle <knaegle@instructure.com>
Tested-by: Jenkins
Product-Review: Keith T. Garner <kgarner@instructure.com>
This commit is contained in:
Bryan Holladay 2017-09-18 11:19:55 -04:00 committed by Matthew Edwards
parent 47ca0dc5e7
commit 792d12ebbe
1 changed files with 1 additions and 1 deletions

View File

@ -158,6 +158,6 @@ gem 'multipart', path: 'gems/multipart'
gem 'paginated_collection', path: 'gems/paginated_collection'
gem 'stringify_ids', path: 'gems/stringify_ids'
gem 'twitter', path: 'gems/twitter'
gem 'vericite_api', '1.5.1'
gem 'vericite_api', '1.5.3'
gem 'utf8_cleaner', path: 'gems/utf8_cleaner'
gem 'workflow', path: 'gems/workflow'