equinor / webviz-ert

ERT webviz plugins
GNU General Public License v3.0
12 stars 24 forks source link

unset HOST env var before integration test #416

Closed kwinkunks closed 1 year ago

kwinkunks commented 1 year ago

Only the f_komodo user seems to have set in in bash. when the Dash server starts it picks up for the server name, but Selenium is looking for 127.0.0.1 or localhost.

Issue Resolves #411

Approach Unset the environment variable before running the tests.

Pre review checklist

ertomatic commented 1 year ago

Can one of the admins verify this patch?