1
0
Fork 0

removed warning

This commit is contained in:
Jan Steemann 2016-11-16 10:20:28 +01:00
parent e653248ece
commit 1ad7d5e4a4
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ var fs = require('fs');
var internal = require('internal');
var basePath = fs.makeAbsolute(fs.join(internal.startupPath, 'common', 'test-data', 'apps'));
var url = arango.getEndpoint().replace(/\+vpp/, '').replace(/^tcp:/, 'http:').replace(/^ssl:/, 'https:');
require("console").warn(url);
describe('HTTP headers in Foxx apps', function () {
describe('Check request-response', function () {