diff options
author | Ashley Ellis Pierce <[email protected]> | 2022-02-22 10:26:43 +0000 |
---|---|---|
committer | git <[email protected]> | 2022-04-06 08:54:58 +0900 |
commit | 75083704bfeac2fb2a3e104389cd10ddf752b7d2 (patch) | |
tree | f52612aca4f3fe833cfea0de723f843bfb51f955 /test/rubygems/test_gem_commands_push_command.rb | |
parent | ec09b2dba15ce4f47c98cbd5daf1bdbc1852b5e5 (diff) |
[rubygems/rubygems] Update endpoint
https://github.com/rubygems/rubygems/commit/a5a7b3ec96
Diffstat (limited to 'test/rubygems/test_gem_commands_push_command.rb')
-rw-r--r-- | test/rubygems/test_gem_commands_push_command.rb | 2 |
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 e219ae170e..7efbcc77b4 100644 --- a/test/rubygems/test_gem_commands_push_command.rb +++ b/test/rubygems/test_gem_commands_push_command.rb @@ -446,7 +446,7 @@ class TestGemCommandsPushCommand < Gem::TestCase ["", 200, "OK"], ] - @fetcher.data["#{@host}/api/v1/profile"] = [ + @fetcher.data["#{@host}/api/v1/profile/me"] = [ [response_profile, 200, "OK"], ] |