mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
fix: unlock and bump werkzeug (#27164)
This commit is contained in:
committed by
GitHub
parent
f7c5773a97
commit
3eedcb4a2f
@@ -117,8 +117,6 @@ class TestAsyncEventApi(SupersetTestCase):
|
||||
|
||||
def test_events_no_token(self):
|
||||
self.login(username="admin")
|
||||
self.client.set_cookie(
|
||||
"localhost", app.config["GLOBAL_ASYNC_QUERIES_JWT_COOKIE_NAME"], ""
|
||||
)
|
||||
self.client.set_cookie(app.config["GLOBAL_ASYNC_QUERIES_JWT_COOKIE_NAME"], "")
|
||||
rv = self.fetch_events()
|
||||
assert rv.status_code == 401
|
||||
|
||||
Reference in New Issue
Block a user