diff --git a/test/clj/reitit/http_test.clj b/test/clj/reitit/http_test.clj index 766d8dc7..27e28b6f 100644 --- a/test/clj/reitit/http_test.clj +++ b/test/clj/reitit/http_test.clj @@ -171,7 +171,7 @@ (testing "handler rejects" (is (= -406 (:status (app {:request-method :get, :uri "/pong"})))))))))) -(deftest default-options-handler-test +(deftest deprecated-default-options-handler-test (testing "Assertion fails when using deprecated options-handler" (is (thrown? ExceptionInfo (ring/router [] {::ring/default-options-handler (fn [_])})))))