mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Fix regression around low row limit for CSV exports (#5866)
* Fix regression around low row limit for CSV exports * fix tests * Still trying to fix tests
This commit is contained in:
committed by
GitHub
parent
549328f8f0
commit
b9e3159f7c
@@ -172,7 +172,7 @@ class SupersetTestCase(unittest.TestCase):
|
||||
perm.view_menu and table.perm in perm.view_menu.name):
|
||||
security_manager.del_permission_role(public_role, perm)
|
||||
|
||||
def run_sql(self, sql, client_id, user_name=None, raise_on_error=False):
|
||||
def run_sql(self, sql, client_id=None, user_name=None, raise_on_error=False):
|
||||
if user_name:
|
||||
self.logout()
|
||||
self.login(username=(user_name if user_name else 'admin'))
|
||||
|
||||
Reference in New Issue
Block a user