mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969)
This commit is contained in:
@@ -31,7 +31,6 @@ def test_create_ssh_tunnel():
|
||||
"username": "foo",
|
||||
"password": "bar",
|
||||
},
|
||||
commit=False,
|
||||
)
|
||||
|
||||
assert result is not None
|
||||
|
||||
Reference in New Issue
Block a user