summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-04-08 03:54:18 +0000
committergit <svn-admin@ruby-lang.org>2026-04-08 04:24:37 +0000
commita0092d2aaf1e67cc6bf8d7e6e24dbb1584c33f54 (patch)
tree41f77c93f932e474ea981d6278c27d5d8483f991
parent6d4e006462dde03b73c917e9b4f88f85a7b6c637 (diff)
[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>
-rw-r--r--test/rubygems/test_gem_commands_push_command.rb2
1 files changed, 1 insertions, 1 deletions
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"]