Skip to content

Commit

Permalink
fix: remove ssl config from topology test
Browse files Browse the repository at this point in the history
  • Loading branch information
keshavmohta09 committed Jan 6, 2025
1 parent de5934d commit 2b0b488
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ingestion/tests/unit/topology/database/test_cassandra.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 2b0b488

Please sign in to comment.