mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969)
This commit is contained in:
@@ -36,7 +36,7 @@ def test_create_ssh_tunnel_command() -> None:
|
||||
)
|
||||
|
||||
properties = {
|
||||
"database_id": database.id,
|
||||
"database": database,
|
||||
"server_address": "123.132.123.1",
|
||||
"server_port": "3005",
|
||||
"username": "foo",
|
||||
|
||||
Reference in New Issue
Block a user