Skip to content

Commit

Permalink
fixing broken test after compojure/ring upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Oct 27, 2011
1 parent f231be0 commit 140c978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ log
*~
target
/logs/labrepl.log
.lein-failures
2 changes: 1 addition & 1 deletion test/labrepl/render_test.clj
Expand Up @@ -11,6 +11,6 @@
(is
(= {:status 200
:headers
{"Content-Type" "text/html"}}
{"Content-Type" "text/html; charset=utf-8"}}
(select-keys resp
[:status :headers]))))))

0 comments on commit 140c978

Please sign in to comment.