Skip to content

Commit cc0d0cb

Browse files
committed
chore: remove unused config
1 parent 313ca45 commit cc0d0cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/modules/kafka/src/kafka-container-7.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ describe("KafkaContainer", { timeout: 240_000 }, () => {
134134
"sasl.password": "userPassword",
135135
"sasl.mechanism": "scram-sha-512",
136136
"ssl.ca.location": path.resolve(certificatesDir, "kafka.client.truststore.pem"),
137-
"enable.ssl.certificate.verification": false,
138137
}
139138
);
140139
});

0 commit comments

Comments
 (0)