We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba940d8 commit 790ac9eCopy full SHA for 790ac9e
test/aleph/http_test.clj
@@ -469,7 +469,7 @@
469
(with-handler invalid-handler
470
(let [{:keys [body status]} @(http-get (apply str "http://localhost:" port "/invalid"))]
471
(is (= 500 status))
472
- (is (re-find #"java\.lang\.IllegalArgumentException: code: -100 \(expected: >= 0\)"
+ (is (re-find #"java\.lang\.IllegalArgumentException: code : -100 \(expected: >= 0\)"
473
(bs/to-string body)))))
474
(testing "custom error handler"
475
(with-server (http/start-server invalid-handler
0 commit comments