Skip to content

Commit

Permalink
fixing a unit tests for ssl config with producer API
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek.khatri committed Oct 5, 2021
1 parent 32adba6 commit 65e5bc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ziggurat/config_test.clj
Expand Up @@ -8,6 +8,7 @@
build-properties
build-consumer-config-properties
build-streams-config-properties
build-producer-config-properties
channel-retry-config
config config-file
config-from-env
Expand Down Expand Up @@ -278,7 +279,7 @@
:ssl-keystore-password "some-password"})]
(let [streams-config-map {:batch.size 500
:acks 1}
props (build-consumer-config-properties streams-config-map)
props (build-producer-config-properties streams-config-map)
batch-size (.getProperty props "batch.size")
acks (.getProperty props "acks")
ssl-ks-location (.getProperty props "ssl.keystore.location")
Expand Down

0 comments on commit 65e5bc0

Please sign in to comment.