Fix server url formatting

This commit is contained in:
wltsmrz
2014-05-30 00:50:06 -07:00
parent 9a349a3d55
commit 1c02166662
5 changed files with 209 additions and 69 deletions

View File

@@ -121,6 +121,7 @@ describe('VaultClient', function() {
describe('#exists', function() {
it('should determine if a username exists on the domain', function(done) {
this.timeout(10000);
client.exists(exampleData.username, function(err, resp) {
assert.ifError(err);
assert.strictEqual(typeof resp, 'boolean');