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 14545a2 commit 9afa335Copy full SHA for 9afa335
test/clojure/nginx/clojure/test_all.clj
@@ -800,7 +800,8 @@
800
(debug-println r)
801
(debug-println "=================/javaaccess/basic1/small2.html=============================")
802
(is (= 404 (:status r)))
803
- (is (= "162" (h "content-length")) )))
+ ;; 146 nginx 1.18.0, 162 ngin 1.14.2
804
+ (is (= "146" (h "content-length")) )))
805
806
(testing "access basic auth-fail with 401"
807
(let [r (client/get (str "http://" *host* ":" *port* "/javaaccess/basic1/small2.html") {:coerce :unexceptional :follow-redirects false, :basic-auth ["xfeep" "xxxxx!"] :throw-exceptions false})
0 commit comments