diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90458dfac6ca1..c6998b7799f63 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -584,6 +584,7 @@ repos: ^providers/datadog/.*\.py$| ^providers/discord/.*\.py$| ^providers/facebook/.*\.py$| + ^providers/ftp/.*\.py$| ^providers/grpc/.*\.py$| ^providers/hashicorp/.*\.py$| ^providers/influxdb/.*\.py$| diff --git a/providers/ftp/tests/unit/ftp/hooks/test_ftp.py b/providers/ftp/tests/unit/ftp/hooks/test_ftp.py index c2dd6ee2c9d47..4a8e63a5184e1 100644 --- a/providers/ftp/tests/unit/ftp/hooks/test_ftp.py +++ b/providers/ftp/tests/unit/ftp/hooks/test_ftp.py @@ -141,7 +141,6 @@ def test_connection_failure(self): assert msg == "Test" -@pytest.mark.db_test class TestIntegrationFTPHook: @pytest.fixture(autouse=True) def setup_connections(self, create_connection_without_db):