Skip to content

Commit

Permalink
fixes failing test ("with string") in response.clj
Browse files Browse the repository at this point in the history
introduced in edf7406 by adding a
default charset header to response
  • Loading branch information
zuzkins committed Aug 2, 2011
1 parent 8035e89 commit 36e5b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compojure/test/response.clj
Expand Up @@ -7,7 +7,7 @@

(def expected-response
{:status 200
:headers {"Content-Type" "text/html"}
:headers {"Content-Type" "text/html; charset=utf-8"}
:body "<h1>Foo</h1>"})

(deftest response-test
Expand Down

0 comments on commit 36e5b22

Please sign in to comment.