Fix monitoring test to include cljs path

This commit is contained in:
bom 2023-01-27 10:37:15 +01:00
parent e53dfc01aa
commit f34fa113ca

View file

@ -31,12 +31,12 @@
(deftest should-not-generate-config
(is (thrown?
Exception
#?(:clj Exception :cljs js/Error)
(cut/generate-config invalid-conf auth))))
(deftest should-not-generate-auth
(is (thrown?
Exception
#?(:clj Exception :cljs js/Error)
(cut/generate-config conf invalid-auth))))
(deftest should-generate