From 52c82e610dee8105042477612e12e82b1d6b58ab Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 11 Dec 2018 07:22:11 +0100 Subject: [PATCH] Change fixture download file name to test.zip --- internal/test/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/test/config.go b/internal/test/config.go index 90b2784fc..70ea5c984 100644 --- a/internal/test/config.go +++ b/internal/test/config.go @@ -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"