summaryrefslogtreecommitdiff
path: root/test/javascript/tests/cookie_auth.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/javascript/tests/cookie_auth.js')
-rw-r--r--test/javascript/tests/cookie_auth.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/javascript/tests/cookie_auth.js b/test/javascript/tests/cookie_auth.js
index 0dce6bdb6..2d49ebe1c 100644
--- a/test/javascript/tests/cookie_auth.js
+++ b/test/javascript/tests/cookie_auth.js
@@ -10,9 +10,9 @@
// License for the specific language governing permissions and limitations under
// the License.
+couchTests.elixir = true;
couchTests.cookie_auth = function(debug) {
// This tests cookie-based authentication.
- return console.log('done in test/elixir/test/cookie_auth_test.exs');
var db_name = get_random_db_name();
var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"});