From f37d7a5637d63e9b35cc0e3b20b79bddf97ad3bb Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 26 Aug 2016 01:43:25 +0100 Subject: [PATCH] test_integration_cmds: use https://bot.brew.sh --- Library/Homebrew/test/test_integration_cmds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb index 42225bcbc8..95b1b4b5f6 100644 --- a/Library/Homebrew/test/test_integration_cmds.rb +++ b/Library/Homebrew/test/test_integration_cmds.rb @@ -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",