Update testdata.zip

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-01-26 10:22:27 +01:00
parent d1a6656251
commit 8c8cb426f8

View file

@ -19,7 +19,7 @@ import (
const (
TestDataZip = "/tmp/photoprism/testdata.zip"
TestDataURL = "https://dl.photoprism.org/fixtures/testdata.zip"
TestDataHash = "a217ac5242de2189ffb414d819b628c7957c67d7"
TestDataHash = "be394d5bee8a5634d415e9e0663eef20b5604510" // sha1sum
)
var testConfig *Config