test_integration_cmds: use https://bot.brew.sh

This commit is contained in:
Dominyk Tiller 2016-08-26 01:43:25 +01:00
parent 435d70163f
commit f37d7a5637
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -773,7 +773,7 @@ class IntegrationCommandTests < Homebrew::TestCase
end
assert_match "Testing URLs require `--bottle`!",
cmd_fail("pull", "http://bot.brew.sh/job/Homebrew\%20Testing/1028/")
cmd_fail("pull", "https://bot.brew.sh/job/Homebrew\%20Testing/1028/")
assert_match "Current branch is new-branch",
cmd_fail("pull", "1")
assert_match "No changed formulae found to bump",