mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
fix: Deque mutated during iteration (#24550)
This commit is contained in:
committed by
GitHub
parent
66f59e5797
commit
bb1db9e86f
@@ -35,7 +35,7 @@ def test_create_ssh_tunnel():
|
||||
"password": "bar",
|
||||
}
|
||||
|
||||
result = SSHTunnelDAO.create(properties)
|
||||
result = SSHTunnelDAO.create(properties, commit=False)
|
||||
|
||||
assert result is not None
|
||||
assert isinstance(result, SSHTunnel)
|
||||
|
||||
Reference in New Issue
Block a user