mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
test(native filter): add new test for dependent filter (#19392)
* add new test for dependent filter
This commit is contained in:
@@ -41,7 +41,7 @@ ADMIN_PASSWORD="admin"
|
||||
# If Cypress run – overwrite the password for admin and export env variables
|
||||
if [ "$CYPRESS_CONFIG" == "true" ]; then
|
||||
ADMIN_PASSWORD="general"
|
||||
export SUPERSET_CONFIG=tests.superset_test_config
|
||||
export SUPERSET_CONFIG=tests.integration_tests.superset_test_config
|
||||
export SUPERSET_TESTENV=true
|
||||
export SUPERSET__SQLALCHEMY_DATABASE_URI=postgresql+psycopg2://superset:superset@db:5432/superset
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user