Skip to content

Commit

Permalink
Changing NodeJS Azure LRO tests base URI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hovsep Mkrtchyan committed May 19, 2016
1 parent 4ce0ca2 commit 7dc762c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var dummyToken = 'dummy12321343423';
var credentials = new msRestAzure.TokenCredentials(dummyToken);

var clientOptions = {};
var baseUri = 'http://localhost.:3000';
var baseUri = 'http://localhost:3000';

describe('nodejs', function () {

Expand Down

0 comments on commit 7dc762c

Please sign in to comment.