Start to rework tests

This commit is contained in:
2022-12-05 22:04:40 +10:30
parent 2bd62a95a4
commit 73c74cd37e
4 changed files with 40 additions and 44 deletions

View File

@@ -123,7 +123,7 @@ func (u *Uploader) UploadById(id int32) *Upload {
}
func (u *Upload) processUpload() error {
daulog.Infof("Uploading: %s", u.Image)
daulog.Infof("Uploading: %s", u.Image.OriginalFilename)
if u.webhookURL == "" {
daulog.Error("WebHookURL is not configured - cannot upload!")