style: line length

This commit is contained in:
Shivam Mishra
2025-05-27 14:56:35 +05:30
parent cd71a6ec10
commit cb8821afbf
@@ -186,7 +186,8 @@ describe Webhooks::InstagramEventsJob do
stub_request(:get, 'https://graph.instagram.com/v22.0/Sender-id-1')
.with(query: hash_including(
'fields' => 'name,username,profile_pic,follower_count,is_user_follow_business,is_business_follow_user,is_verified_user', 'access_token' => 'valid_instagram_token'
'fields' => 'name,username,profile_pic,follower_count,is_user_follow_business,is_business_follow_user,is_verified_user',
'access_token' => 'valid_instagram_token'
))
.to_return(
status: 200,