From cb8821afbf499436987aad3447d65fbdcb6747ff Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 27 May 2025 14:56:35 +0530 Subject: [PATCH] style: line length --- spec/jobs/webhooks/instagram_events_job_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/jobs/webhooks/instagram_events_job_spec.rb b/spec/jobs/webhooks/instagram_events_job_spec.rb index 929de5fa3..3f35f63cc 100644 --- a/spec/jobs/webhooks/instagram_events_job_spec.rb +++ b/spec/jobs/webhooks/instagram_events_job_spec.rb @@ -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,