Go to latest request without bugs
diff --git a/package.json b/package.json
index f1785f6..7c17576 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
     "database"
   ],
   "dependencies": {
-    "request": "^2.45.0",
+    "request": "2.46.0",
     "follow": "^0.11.3",
     "errs": "^0.3.0",
     "underscore": "^1.7.0",
diff --git a/tests/integration/multipart/get.js b/tests/integration/multipart/get.js
index f0158c7..345534e 100644
--- a/tests/integration/multipart/get.js
+++ b/tests/integration/multipart/get.js
@@ -13,6 +13,7 @@
     data: 'Hello World!',
     'content_type': 'text/plain'
   };
+
   db.multipart.insert({'foo': 'baz'}, [att], 'foobaz', function(error, foo) {
     assert.equal(error, null, 'should have stored foobaz');
     assert.equal(foo.ok, true, 'response should be ok');