taskcluster-client
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -13,1 +13,12 @@ var queue = require('./client').queue; | ||
}; | ||
exports.test_getAMQPConnectionString = function(test) { | ||
test.expect(1); | ||
queue.getAMQPConnectionString().then(function(result) { | ||
test.ok(result.url); | ||
test.done(); | ||
}).catch(function() { | ||
test.ok(false); | ||
test.done(); | ||
}); | ||
}; |
@@ -130,5 +130,5 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
* | ||
* Example: `Client.auth({clientId: '...', accessToken: '...'});` | ||
* Example: `Client.authenticate({clientId: '...', accessToken: '...'});` | ||
*/ | ||
Client.auth = function(credentials) { | ||
Client.authenticate = function(credentials) { | ||
if (credentials) { | ||
@@ -135,0 +135,0 @@ _defaultCredentials = { |
{ | ||
"name": "taskcluster-client", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Client for interfacing taskcluster components", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41771
367