fix: Handling facebook client error for deleted story (#4984)

This commit is contained in:
Tejaswini Chile
2022-07-07 18:02:18 +05:30
committed by GitHub
parent 91d9584fcb
commit 2f3bdbdea2
5 changed files with 40 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ FactoryBot.define do
{
'type': 'share',
'payload': {
'url': 'https://imagekit.io/blog/content/images/2020/05/media_library.jpeg'
'url': 'https://www.example.com/test.jpeg'
}
}
]
@@ -138,7 +138,7 @@ FactoryBot.define do
{
'type': 'story_mention',
'payload': {
'url': 'https://imagekit.io/blog/content/images/2020/05/media_library.jpeg'
'url': 'https://www.example.com/test.jpeg'
}
}
]