summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_owner_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_owner_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_owner_command.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/rubygems/test_gem_commands_owner_command.rb b/test/rubygems/test_gem_commands_owner_command.rb
index e415f4bd37..32bfbb7a66 100644
--- a/test/rubygems/test_gem_commands_owner_command.rb
+++ b/test/rubygems/test_gem_commands_owner_command.rb
@@ -137,7 +137,7 @@ EOF
end
end
- response = "The request has redirected permanently to #{redirected_uri}. Please check your defined push host."
+ response = "The request has redirected permanently to #{redirected_uri}. Please check your defined push host URL."
assert_match response, @stub_ui.output
end
@@ -198,7 +198,7 @@ EOF
@cmd.add_owners("freewill", ["user-new1@example.com"])
end
- response = "The request has redirected permanently to #{redirected_uri}. Please check your defined push host."
+ response = "The request has redirected permanently to #{redirected_uri}. Please check your defined push host URL."
assert_match response, @stub_ui.output
end
@@ -276,7 +276,7 @@ EOF
@cmd.remove_owners("freewill", ["user-remove1@example.com"])
end
- response = "The request has redirected permanently to #{redirected_uri}. Please check your defined push host."
+ response = "The request has redirected permanently to #{redirected_uri}. Please check your defined push host URL."
assert_match response, @stub_ui.output
path = "/api/v1/gems/freewill/owners"
@@ -293,7 +293,7 @@ EOF
@cmd.add_owners("freewill", ["user-new1@example.com"])
end
- response = "The request has redirected permanently to #{redirected_uri}. Please check your defined push host."
+ response = "The request has redirected permanently to #{redirected_uri}. Please check your defined push host URL."
assert_match response, @stub_ui.output
end