test: fix tests that rely on remote urls (#13073)

This commit is contained in:
Jarrod Flesch
2025-07-07 14:02:55 -04:00
committed by GitHub
parent 2650eb7d44
commit 34920a7ec0
7 changed files with 29 additions and 16 deletions

View File

@@ -18,6 +18,7 @@ export const UploadCollection: CollectionConfig = {
height: 100,
},
],
adminThumbnail: () => 'https://payloadcms.com/images/universal-truth.jpg',
adminThumbnail: () =>
'https://raw.githubusercontent.com/payloadcms/website/refs/heads/main/public/images/universal-truth.jpg',
},
}