Change fixture download file name to test.zip

This commit is contained in:
Michael Mayer 2018-12-11 07:22:11 +01:00
parent f92830eb83
commit 52c82e610d

View File

@ -15,7 +15,7 @@ import (
"github.com/photoprism/photoprism/internal/models"
)
const DataURL = "https://dl.photoprism.org/fixtures/photos.zip"
const DataURL = "https://dl.photoprism.org/fixtures/test.zip"
const DataHash = "1a59b358b80221ab3e76efb683ad72402f0b0844"
const ConfigFile = "../../configs/photoprism.yml"