Skip to content

Commit 14f4abd

Browse files
committed
Replace live image URLs with example.com URLs
1 parent 91cff5a commit 14f4abd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lychee.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ exclude = [
1717
'^https://console.firebase.google.com',
1818
'^https://console.cloud.google.com',
1919
'^https://jb.gg',
20-
'^https://picsum.photos',
2120
]
2221

2322
exclude_path = [

tests/Integration/MessagingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static function createFullMessageData(): array
4242
// https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#notification
4343
'title' => 'Notification title',
4444
'body' => 'Notification body',
45-
'image' => 'https://picsum.photos/400/200',
45+
'image' => 'https://example.com/image.jpg',
4646
],
4747
'data' => [
4848
'key_1' => 'Value 1',

0 commit comments

Comments
 (0)