mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: s/MockFixture/MockerFixture/g (#29160)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
from collections.abc import Iterator
|
||||
|
||||
import pytest
|
||||
from pytest_mock import MockFixture
|
||||
from pytest_mock import MockerFixture
|
||||
from sqlalchemy.orm.session import Session
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ def session_with_data(session: Session) -> Iterator[Session]:
|
||||
|
||||
|
||||
def test_delete_ssh_tunnel_command(
|
||||
mocker: MockFixture, session_with_data: Session
|
||||
mocker: MockerFixture, session_with_data: Session
|
||||
) -> None:
|
||||
from superset.commands.database.ssh_tunnel.delete import DeleteSSHTunnelCommand
|
||||
from superset.daos.database import DatabaseDAO
|
||||
|
||||
Reference in New Issue
Block a user