From 0fd7b32fdc97edcd75fac2af03014d75a3a49fa9 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 26 Oct 2025 15:48:28 +0000 Subject: [PATCH] community: fix test lint --- test/integration/community/inspec/http_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/community/inspec/http_spec.rb b/test/integration/community/inspec/http_spec.rb index 77f4080c9..76f7c5aef 100644 --- a/test/integration/community/inspec/http_spec.rb +++ b/test/integration/community/inspec/http_spec.rb @@ -10,7 +10,7 @@ end describe http("http://localhost/.well-known/acme-challenge/abc", :headers => { "Host" => "community.openstreetmap.org" }, - allow_redirects: false) do + :allow_redirects => false) do its("status") { should cmp 301 } its("headers.Location") { should cmp %r{^http://acme\.openstreetmap\.org/} } end -- 2.39.5