Fix followup comment from review 768227

Change-Id: I589b8443ed2584f05bbd2f6c94a891a16b22c9a1
This commit is contained in:
Ghanshyam Mann 2020-12-23 13:45:46 -06:00
parent b91c0054e4
commit 1abd0617a3
1 changed files with 2 additions and 2 deletions

View File

@ -234,11 +234,11 @@ the system, you can do this by running::
.. note::
When using an operating system that is not ubuntu 16.04 the
process.env.CHROME_BIN variable may need to be updated in
process.env.FIREFOX_BIN variable may need to be updated in
openstack-health/test/karma.conf.js to reflect your system's firefox
path.
For example on SUSE Leap OS, process.env.CHROME_BIN = '/usr/bin/firefox'
For example on SUSE Leap OS, process.env.FIREFOX_BIN = '/usr/bin/firefox'
must be set.
To test javascript code, run::