File tree Expand file tree Collapse file tree
ingest-app/test/cmr/ingest/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11(ns cmr.ingest.api.collections-test
2- " Unit tests for cmr.ingest.api.collections, starting with
2+ " Unit tests for cmr.ingest.api.collections, starting with
33 get-validation-options. More tests for other functions in this
44 namespace can be added here over time."
55 (:require [clojure.test :refer [deftest testing is]]
66 [cmr.ingest.api.collections :as v :refer [get-validation-options
7- VALIDATE_KEYWORDS_HEADER
8- ENABLE_UMM_C_VALIDATION_HEADER
9- TESTING_EXISTING_ERRORS_HEADER
10- SEND_KMS_METADATA_FIXER_HEADER]]))
7+ VALIDATE_KEYWORDS_HEADER
8+ ENABLE_UMM_C_VALIDATION_HEADER
9+ TESTING_EXISTING_ERRORS_HEADER
10+ SEND_KMS_METADATA_FIXER_HEADER]]))
1111
1212; ; ---------------------------------------------------------------------
1313; ; :validate-keywords? — default-true-enabled? = true
140140 {VALIDATE_KEYWORDS_HEADER " false"
141141 ENABLE_UMM_C_VALIDATION_HEADER " true"
142142 TESTING_EXISTING_ERRORS_HEADER " true"
143- SEND_KMS_METADATA_FIXER_HEADER " false" }))))))
143+ SEND_KMS_METADATA_FIXER_HEADER " false" }))))))
You can’t perform that action at this time.
0 commit comments