From 8c8cb426f899151113e178a935d2c96b13adeab1 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sun, 26 Jan 2020 10:22:27 +0100 Subject: [PATCH] Update testdata.zip Signed-off-by: Michael Mayer --- internal/config/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/test.go b/internal/config/test.go index 7777254c1..4d32ad866 100644 --- a/internal/config/test.go +++ b/internal/config/test.go @@ -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