Merge remote-tracking branch 'parent/main' into upstream-20240227
This commit is contained in:
commit
78446fead4
120 changed files with 499 additions and 373 deletions
|
@ -184,7 +184,7 @@ describe 'Caching behavior' do
|
|||
get '/users/alice'
|
||||
|
||||
expect(response).to redirect_to('/@alice')
|
||||
expect(response.headers['Vary']&.split(',')&.map { |x| x.strip.downcase }).to include('accept')
|
||||
expect(response_vary_headers).to include('accept')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue