summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/cache-add-unpublished.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/cache-add-unpublished.js')
-rw-r--r--deps/npm/test/tap/cache-add-unpublished.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/cache-add-unpublished.js b/deps/npm/test/tap/cache-add-unpublished.js
index 0d39ad815a..8966e43ae4 100644
--- a/deps/npm/test/tap/cache-add-unpublished.js
+++ b/deps/npm/test/tap/cache-add-unpublished.js
@@ -29,7 +29,7 @@ test('cache add', function (t) {
function setup (cb) {
var s = require('http').createServer(function (req, res) {
res.statusCode = 404
- res.end('{\"error\":\"not_found\"}\n')
+ res.end('{"error":"not_found"}\n')
})
s.listen(1337, function () {
cb(null, s)