summaryrefslogtreecommitdiff
path: root/test/javascript/tests/reader_acl.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/javascript/tests/reader_acl.js')
-rw-r--r--test/javascript/tests/reader_acl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/javascript/tests/reader_acl.js b/test/javascript/tests/reader_acl.js
index a43b4d1df..3966b64cb 100644
--- a/test/javascript/tests/reader_acl.js
+++ b/test/javascript/tests/reader_acl.js
@@ -217,7 +217,7 @@ couchTests.reader_acl = function(debug) {
usersDb.deleteDb();
// have to delete the backside version now too :(
var req = CouchDB.newXhr();
- req.open("DELETE", "http://127.0.0.1:15986/" + users_db_name, false);
+ req.open("DELETE", "/_node/node1@127.0.0.1/" + users_db_name, false);
req.send("");
CouchDB.maybeThrowError(req);