spec/integration/recipes/default.rb in itamae-1.10.9 vs spec/integration/recipes/default.rb in itamae-1.10.10
- old
+ new
@@ -208,13 +208,13 @@
http_request "/tmp/http_request_headers.html" do
headers "User-Agent" => "Itamae"
url "https://httpbin.org/get"
end
-http_request "/tmp/http_request_redirect.html" do
- redirect_limit 1
- url "https://httpbin.org/redirect-to?url=https%3A%2F%2Fhttpbin.org%2Fget%3Ffrom%3Ditamae"
-end
+# http_request "/tmp/http_request_redirect.html" do
+# redirect_limit 1
+# url "https://httpbin.org/redirect-to?url=https%3A%2F%2Fhttpbin.org%2Fget%3Ffrom%3Ditamae"
+# end
link "/tmp-link" do
to "/tmp"
end