Skip to content

Commit

Permalink
Fixed test to work with latest httpProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Perelló Marín committed Sep 9, 2014
1 parent 4de8375 commit ff94818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sockii-test.coffee
Expand Up @@ -17,7 +17,7 @@ cookies = httpRequest.jar()
cookies.setCookie(httpRequest.cookie('session=testsession'), 'http://127.0.0.1:8079', ->)

badCookies = httpRequest.jar()
badCookies.add httpRequest.cookie('session=badtestsession')
badCookies.setCookie(httpRequest.cookie('session=badtestsession'), 'http://127.0.0.1:8079', ->)

headers =
'X-Requested-With': 'XMLHTTPRequest'
Expand Down

0 comments on commit ff94818

Please sign in to comment.