diff options
| author | Dominyk Tiller | 2016-08-26 03:29:04 +0100 |
|---|---|---|
| committer | GitHub | 2016-08-26 03:29:04 +0100 |
| commit | 00bb1f27670663a6536ea2b85eeefce69a064f76 (patch) | |
| tree | 7828e3bb21193f8353ae8d058705a4585ab49fa1 /Library | |
| parent | c39f0baa2169c2c65fd6aca2f33fac6e31899855 (diff) | |
| parent | f37d7a5637d63e9b35cc0e3b20b79bddf97ad3bb (diff) | |
| download | brew-00bb1f27670663a6536ea2b85eeefce69a064f76.tar.bz2 | |
Merge pull request #816 from DomT4/httpsbot
various: update CI links.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/test_integration_cmds.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb index 42225bcbc..95b1b4b5f 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", |
