Merge branch 'master' of gitlab.com:domaindrivenarchitecture/c4k-common

This commit is contained in:
erik 2023-01-27 10:45:06 +01:00
commit e5ed5dc377

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