Skip to content

Commit

Permalink
fix: small fix
Browse files Browse the repository at this point in the history
Signed-off-by: braj1999 <[email protected]>
  • Loading branch information
braj1999 committed Jan 16, 2024
1 parent 17a0f54 commit ba481d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client-ntlm-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('NTLM Auth tests', function() {

client.GetLastTradePrice({}, function(err, result) {
assert.deepEqual(result, {price: 19.56})
done()
done();
}, null, {'test-header': 'test'});
}, 'http://localhost:8002/services/StockQuoteService');
});
Expand Down

0 comments on commit ba481d8

Please sign in to comment.