Skip to content

Commit

Permalink
fix conguration - vi
Browse files Browse the repository at this point in the history
  • Loading branch information
macielti committed Nov 2, 2024
1 parent f1f5037 commit d324d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/integration/config_component_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

(def system-test
(component/system-map
:config (component.config/new-config "resources/config_test.json" :test :json)))
:config (component.config/new-config "test/resources/config_test.json" :test :json)))

(def system-prod
(component/system-map
:config (component.config/new-config "resources/config_test.json" :prod :json)))
:config (component.config/new-config "test/resources/config_test.json" :prod :json)))

(s/deftest config-component-test
(let [system (component/start system-test)
Expand Down

0 comments on commit d324d0c

Please sign in to comment.