mirror of https://gitee.com/bigwinds/arangodb
removed warning
This commit is contained in:
parent
e653248ece
commit
1ad7d5e4a4
|
@ -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 () {
|
||||
|
|
Loading…
Reference in New Issue