diff --git a/config/config_test.go b/config/config_test.go index 07c6e3e8..926d8b4e 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -63,6 +63,9 @@ func TestConfig(t *testing.T) { {"attachmentCache.bucket", "BUCKET", nil}, {"attachmentCache.path", "PATH...", nil}, + {"exportCache.adapter", "FILE", nil}, + {"exportCache.location", "C:/FILE/PATH", nil}, + {"adminEmail", "ADMIN@EMAIL.COM", nil}, {"debugLevel", "Trace", nil}, {"httpPort", "8080", 8080},