From cf3276d300e2b53812649f3792d17a282132bef8 Mon Sep 17 00:00:00 2001 From: wladif Date: Mon, 19 Jun 2023 11:21:37 +0300 Subject: [PATCH] Replace URL with LycheeOrg one --- tests/Feature/Constants/TestConstants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Constants/TestConstants.php b/tests/Feature/Constants/TestConstants.php index 86e6dd2577..236971a311 100644 --- a/tests/Feature/Constants/TestConstants.php +++ b/tests/Feature/Constants/TestConstants.php @@ -19,7 +19,7 @@ class TestConstants public const SAMPLE_DOWNLOAD_JPG = 'https://github.com/LycheeOrg/Lychee/raw/master/tests/Samples/mongolia.jpeg'; public const SAMPLE_DOWNLOAD_JPG_WITHOUT_EXTENSION = 'https://github.com/LycheeOrg/Lychee/raw/master/tests/Samples/mongolia'; public const SAMPLE_DOWNLOAD_TIFF = 'https://github.com/LycheeOrg/Lychee/raw/master/tests/Samples/tiff.tif'; - public const SAMPLE_DOWNLOAD_TIFF_WITHOUT_EXTENSION = 'https://github.com/wladif/Lychee/raw/master/tests/Samples/tiff'; + public const SAMPLE_DOWNLOAD_TIFF_WITHOUT_EXTENSION = 'https://github.com/LycheeOrg/Lychee/raw/master/tests/Samples/tiff'; public const SAMPLE_FILE_AARHUS = 'tests/Samples/aarhus.jpg'; public const SAMPLE_FILE_ETTLINGEN = 'tests/Samples/ettlinger-alb.jpg';