spec/controllers/groups/dependency_proxy_for_containers_controller_spec.rb failure
Job #1749922718 failed for 4d127ba5:
Failures:
1) Groups::DependencyProxyForContainersController GET #manifest feature enabled a valid user with workhorse response returns Workhorse send-dependency instructions
Failure/Error:
expect(response.headers['Content-Disposition']).to eq(
ActionDispatch::Http::ContentDisposition.format(disposition: 'attachment', filename: manifest.file_name)
)
expected: "attachment; filename=\"alpine%3Alatest2.json\"; filename*=UTF-8''alpine%3Alatest2.json"
got: "attachment; filename=\"alpine%3Alatest1.json\"; filename*=UTF-8''alpine%3Alatest1.json"
(compared using ==)
# ./spec/controllers/groups/dependency_proxy_for_containers_controller_spec.rb:255:in `block (6 levels) in <top (required)>'
# ./spec/spec_helper.rb:408:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:399:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:395:in `block (3 levels) in <top (required)>'
# ./lib/gitlab/application_context.rb:31:in `with_raw_context'
# ./spec/spec_helper.rb:395:in `block (2 levels) in <top (required)>'
# ./spec/support/database/prevent_cross_joins.rb:102:in `block (3 levels) in <top (required)>'
# ./spec/support/database/prevent_cross_joins.rb:56:in `with_cross_joins_prevented'
# ./spec/support/database/prevent_cross_joins.rb:102:in `block (2 levels) in <top (required)>'