Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Palmer committed Sep 7, 2012
1 parent 17ab805 commit 1bdecbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/headers.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app.listen(21219)
api = octo.api().host('http://localhost:21219')

app.get '/', (req, res) ->
res.end req.headers.sobotka
res.send req.headers.sobotka

describe 'Setting Request Headers', ->
it 'should set request headers', (done) ->
Expand Down

0 comments on commit 1bdecbe

Please sign in to comment.