orchestrate
Advanced tools
Comparing version 0.4.5 to 0.4.6
@@ -51,3 +51,3 @@ // Copyright 2013 Bowery Software, LLC | ||
*/ | ||
this._apiEndPoint = apiEndpoint || 'api.orchestrate.io'; | ||
this._apiEndPoint = apiEndpoint || this.constructor.ApiEndPoint; | ||
@@ -62,2 +62,3 @@ /** | ||
Client.ApiEndPoint = 'api.orchestrate.io' | ||
@@ -64,0 +65,0 @@ Client.ApiProtocol = 'https:'; |
@@ -28,3 +28,3 @@ { | ||
}, | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"main": "index", | ||
@@ -31,0 +31,0 @@ "tags": [ |
@@ -40,3 +40,3 @@ // Copyright 2014 Orchestrate, Inc. | ||
for (var i in res) { | ||
assert.equal(204, res[i].statusCode); | ||
assert.equal(201, res[i].statusCode); | ||
} | ||
@@ -43,0 +43,0 @@ done(); |
95736
2340