fix(cache): respect default cache timeout on v1 chart data requests (#21441)

This commit is contained in:
Ville Brofeldt
2022-09-13 15:56:04 +02:00
committed by AAfghahi
parent 5239ed15db
commit a390f37079
4 changed files with 15 additions and 3 deletions

View File

@@ -32,4 +32,4 @@ superset init
echo "Running tests"
pytest --durations-min=2 --maxfail=1 --cov-report= --cov=superset "$@"
pytest --durations-min=2 --maxfail=1 --cov-report= --cov=superset ./tests/integration_tests "$@"