From a0092d2aaf1e67cc6bf8d7e6e24dbb1584c33f54 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Apr 2026 03:54:18 +0000 Subject: [ruby/rubygems] Fix test_execute_allowed_push_host response message to match freebird gem Agent-Logs-Url: https://github.com/ruby/rubygems/sessions/61efd9ab-67d3-4ce2-b81d-4b6e8ef07f99 https://github.com/ruby/rubygems/commit/bf73b51866 Co-authored-by: hsbt <12301+hsbt@users.noreply.github.com> --- test/rubygems/test_gem_commands_push_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rubygems/test_gem_commands_push_command.rb b/test/rubygems/test_gem_commands_push_command.rb index 186ef68701..ada95e89b4 100644 --- a/test/rubygems/test_gem_commands_push_command.rb +++ b/test/rubygems/test_gem_commands_push_command.rb @@ -224,7 +224,7 @@ class TestGemCommandsPushCommand < Gem::TestCase spec.metadata["allowed_push_host"] = "https://privategemserver.example" end - @response = "Successfully registered gem: freewill (1.0.0)" + @response = "Successfully registered gem: freebird (1.0.1)" @fetcher.data["#{@spec.metadata["allowed_push_host"]}/api/v1/gems"] = HTTPResponseFactory.create(body: @response, code: 200, msg: "OK") @fetcher.data["#{Gem.host}/api/v1/gems"] = ["fail", 500, "Internal Server Error"] -- cgit v1.2.3