3
0

Fixes attachment integration test

This commit is contained in:
Vivek Patel 2021-07-04 20:00:03 +05:30
parent f5532acf97
commit afba9a6364

View File

@ -15,6 +15,7 @@ import (
)
func (h helper) clearAttachment() {
h.clearNamespaces()
h.noError(store.TruncateAttachments(context.Background(), service.DefaultStore))
}