chore: bump werkzeug and Flask (#23965)

This commit is contained in:
Daniel Vaz Gaspar
2023-05-12 15:01:30 +01:00
committed by GitHub
parent f7dd52b8f5
commit 97482c57b5
16 changed files with 106 additions and 75 deletions

View File

@@ -1088,6 +1088,7 @@ class TestCore(SupersetTestCase):
"groupby": ["gender"],
"row_limit": 100,
}
app._got_first_request = False
async_query_manager.init_app(app)
self.login(username="admin")
rv = self.client.post(
@@ -1119,6 +1120,7 @@ class TestCore(SupersetTestCase):
"groupby": ["gender"],
"row_limit": 100,
}
app._got_first_request = False
async_query_manager.init_app(app)
self.login(username="admin")
rv = self.client.post(