Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ApricotLace committed Dec 16, 2022
1 parent 4a5146d commit 3b334de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/ftr/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@

(t/deftest serialized-objects-array-source-type-test
(def soa-test-env-cfg {:ftr-path "/tmp/soa/ftr"
:soa-source "/Users/ghrp/dev/ftr/test/fixture/yaml/external-care-team-relationship.yaml"})
:soa-source "test/fixture/yaml/external-care-team-relationship.yaml"})


(def soa-user-cfg {:module "soa"
Expand All @@ -993,8 +993,6 @@
(ftr.utils.core/rmrf (:ftr-path soa-test-env-cfg)))

(t/testing "User provides config for SOA"


(let [{:as user-cfg, :keys [module ftr-path tag]
{{value-set-name :url} :value-set} :extractor-options}
soa-user-cfg
Expand Down

0 comments on commit 3b334de

Please sign in to comment.