Update testdata hash

This commit is contained in:
Theresa Gresch 2019-07-05 13:47:48 +02:00
parent 0173d4943a
commit a85805c8e1

View file

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