[rubygems/rubygems] Update endpoint

a5a7b3ec96
This commit is contained in:
Ashley Ellis Pierce 2022-02-22 10:26:43 +00:00 committed by git
parent ec09b2dba1
commit 75083704bf
3 changed files with 3 additions and 3 deletions

View file

@ -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"],
]