diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-11-27 23:45:28 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-11-27 23:45:28 +0100 |
commit | 5d70ba4413fde42de842105a76f95cd4b54c1825 (patch) | |
tree | 022f388cd28ea66cf0cd9facc58b5e3fdda34ac6 | |
parent | aa8e455c9735d5a7ea4703dba3f22a69e07b9698 (diff) | |
download | bugzilla-5d70ba4413fde42de842105a76f95cd4b54c1825.tar.gz bugzilla-5d70ba4413fde42de842105a76f95cd4b54c1825.tar.xz |
fix tests
-rw-r--r-- | .circleci/selenium_test.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/selenium_test.conf b/.circleci/selenium_test.conf index 511fc1cd5..567ea9289 100644 --- a/.circleci/selenium_test.conf +++ b/.circleci/selenium_test.conf @@ -15,7 +15,7 @@ 'experimental_browser_launcher' => '*chrome', 'host' => 'localhost', 'port' => 4444, - 'browser_url' => 'http://<<HOSTNAME>>:8000', + 'browser_url' => 'http://bmo.test', 'attachment_file' => 'https://raw.githubusercontent.com/mozilla-bteam/bmo/master/qa/config/patch.diff', 'bugzilla_installation' => 'bmo', 'bugzilla_path' => '/app', |