Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 14, 2010
1 parent 7d78c48 commit ff479af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@

test:
@./support/expresso/bin/expresso
@CONNECT_ENV=test ./support/expresso/bin/expresso

index.html: index.js
dox --title "Connect Form" \
Expand Down
2 changes: 1 addition & 1 deletion test/form.test.js
Expand Up @@ -42,7 +42,7 @@ exports['test single multipart field'] = function(assert){

assert.response(server,
{ url: '/' },
{ body: 'Cannot find /' });
{ body: 'Cannot GET /' });

assert.response(server,
{ url: '/', method: 'POST', headers: headers, data: body },
Expand Down

0 comments on commit ff479af

Please sign in to comment.