Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dstandish committed Nov 7, 2023
1 parent 8bfc27e commit 7c70efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm_tests/airflow_aux/test_airflow_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ def test_should_disable_some_variables(self):
)
expected_vars = [
"AIRFLOW__CORE__FERNET_KEY",
"AIRFLOW_HOME",
"AIRFLOW_CONN_AIRFLOW_DB",
"AIRFLOW__CELERY__BROKER_URL",
]
Expand All @@ -355,6 +356,7 @@ def test_have_all_variables(self):
)
expected_vars = [
"AIRFLOW__CORE__FERNET_KEY",
"AIRFLOW_HOME",
"AIRFLOW__CORE__SQL_ALCHEMY_CONN",
"AIRFLOW__DATABASE__SQL_ALCHEMY_CONN",
"AIRFLOW_CONN_AIRFLOW_DB",
Expand Down

0 comments on commit 7c70efe

Please sign in to comment.