We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a4fb6 commit 4fe53d9Copy full SHA for 4fe53d9
test/integration-spec.yaml
@@ -788,10 +788,10 @@
788
- { url: "http://127.0.0.1:8888/static/style.css", size: 320 }
789
790
# authentication
791
-- url: "https://httpbin.org/basic-auth/foo/bar"
792
- label: "httpbin's /basic-auth"
793
- # the following promise rejection is expected
794
- error: "HTTP response code from <https://httpbin.org/basic-auth/foo/bar> is 401"
+# - url: "https://httpbin.org/basic-auth/foo/bar"
+# label: "httpbin's /basic-auth"
+# # the following promise rejection is expected
+# error: "HTTP response code from <https://httpbin.org/basic-auth/foo/bar> is 401"
795
796
- url: "https://httpbin.org/basic-auth/foo/bar"
797
label: "httpbin's /basic-auth (with --auth-user and --auth-pass)"
0 commit comments