FIX: tests. still need to add more tests tho

This commit is contained in:
srossross 2013-09-17 15:06:22 -07:00
parent 1b5fb1d8fc
commit a350fadea6

View File

@ -7,12 +7,12 @@ describe('lib/caronte/common.js', function () {
var outgoing = {};
common.setupOutgoing(outgoing,
{
agent : '?',
target: {
host : 'hey',
hostname : 'how',
socketPath: 'are',
port : 'you',
agent : '?'
}
},
{
@ -35,12 +35,12 @@ describe('lib/caronte/common.js', function () {
it('set the port according to the protocol', function () {
var outgoing = {};
common.setupOutgoing(outgoing,
{
{
agent : '?',
target: {
host : 'how',
hostname : 'are',
socketPath: 'you',
agent : '?',
protocol: 'https:'
}
},