Skip to content

Commit

Permalink
mark db_test
Browse files Browse the repository at this point in the history
  • Loading branch information
jx2lee committed Nov 20, 2024
1 parent 5febc77 commit d7ea829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/tests/microsoft/mssql/hooks/test_mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def get_primary_keys(self, table: str) -> list[str]:
]


@pytest.mark.db_test
class TestMsSqlHook:
@mock.patch("airflow.providers.microsoft.mssql.hooks.mssql.MsSqlHook.get_conn")
@mock.patch("airflow.providers.common.sql.hooks.sql.DbApiHook.get_connection")
Expand Down

0 comments on commit d7ea829

Please sign in to comment.