Skip to content

Commit

Permalink
fix conguration - x
Browse files Browse the repository at this point in the history
  • Loading branch information
macielti committed Nov 2, 2024
1 parent 61603a9 commit 366aa5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

(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)
:telegram-producer (component/using (component.telegram.producer/new-telegram-producer) [:config])))

(s/deftest telegram-consumer-component-test
Expand Down

0 comments on commit 366aa5c

Please sign in to comment.