From 5d70ba4413fde42de842105a76f95cd4b54c1825 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 27 Nov 2017 17:45:28 -0500 Subject: fix tests --- .circleci/selenium_test.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.circleci') 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://<>: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', -- cgit v1.2.3-24-g4f1b