Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unset HOST env var before integration test #416

Merged
merged 1 commit into from
Feb 22, 2023

Conversation

kwinkunks
Copy link
Member

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

  • Added appropriate labels

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.
@ertomatic
Copy link
Collaborator

Can one of the admins verify this patch?

@kwinkunks kwinkunks marked this pull request as ready for review February 21, 2023 14:24
@kwinkunks kwinkunks requested review from xjules and berland February 21, 2023 14:24
Copy link
Contributor

@berland berland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch

@kwinkunks kwinkunks merged commit 2f8dcaa into equinor:main Feb 22, 2023
@kwinkunks kwinkunks deleted the unset-host branch February 22, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration tests fail if $HOST is set
3 participants