mirror of
https://github.com/apache/superset.git
synced 2026-04-26 19:44:58 +00:00
chore: allow logs to show error levels for ssh tunnel (#23536)
This commit is contained in:
@@ -513,4 +513,4 @@ def test_import_parquet(mock_event_logger):
|
||||
|
||||
with test_db.get_sqla_engine_with_context() as engine:
|
||||
data = engine.execute(f"SELECT * from {PARQUET_UPLOAD_TABLE}").fetchall()
|
||||
assert data == [("john", 1), ("paul", 2), ("max", 3), ("bob", 4)]
|
||||
assert data == [("max", 3), ("bob", 4), ("john", 1), ("paul", 2)]
|
||||
|
||||
Reference in New Issue
Block a user