Add basic intg. tests to compose & system

This commit is contained in:
Denis Arh
2019-09-10 05:00:55 +02:00
parent 08e9d5af5b
commit 0f500dfdbb
15 changed files with 468 additions and 40 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ func Init(ctx context.Context, log *zap.Logger, c Config) (err error) {
DefaultPage = Page()
DefaultChart = Chart()
DefaultNotification = Notification()
DefaultAttachment = Attachment(fs)
DefaultAttachment = Attachment(DefaultStore)
return nil
}