diff --git a/ingestion/tests/unit/topology/database/test_cassandra.py b/ingestion/tests/unit/topology/database/test_cassandra.py index 82cc9aeb2489..21edaf77e4c6 100644 --- a/ingestion/tests/unit/topology/database/test_cassandra.py +++ b/ingestion/tests/unit/topology/database/test_cassandra.py @@ -51,12 +51,6 @@ "username": "cassandra", "authType": {"password": "cassandra"}, "hostPort": "localhost:9042", - "sslMode": "allow", - "sslConfig": { - "caCertificate": "CA certificate content", - "sslCertificate": "SSL certificate content", - "sslKey": "SSL key content", - }, }, }, "sourceConfig": {