Remove accidental matcher debug code (#31732)

pull/31719/head
Matt Jankowski 2024-09-04 01:12:35 -04:00 committed by GitHub
parent f1003b2560
commit 9ed1aab9b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ RSpec::Matchers.define :have_cacheable_headers do
end
def check_vary
puts @expected_vary
pp @response.headers
"Response `Vary` header does not contain `#{@expected_vary}`" unless @response.headers['Vary'].include?(@expected_vary)
end