Skip to content

Commit

Permalink
CMR-9497 fixing unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
eereiter committed Oct 20, 2023
1 parent 7e86a2b commit c695dfb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
(:require
[clojure.test :refer :all]
[cmr.common.cache :as cache]
[cmr.common.cache.in-memory-cache :as mem-cache]
[cmr.common-app.services.kms-fetcher :as fetcher]
[cmr.transmit.config :as transmit-config]
[cmr.transmit.kms :as trans-kms]))

(deftest validate-getting-kms-keywords-test
(let [sys (transmit-config/system-with-connections
{:caches {fetcher/kms-cache-key (fetcher/create-kms-cache)}}
{:caches {fetcher/kms-cache-key (mem-cache/create-in-memory-cache)}}
[:kms])
context {:system sys}
kms-cache (cache/context->cache context fetcher/kms-cache-key)
Expand Down

0 comments on commit c695dfb

Please sign in to comment.