fix: default value

This commit is contained in:
Shivam Mishra
2025-03-04 16:30:31 +05:30
parent 79e46d1758
commit d9b86182f2
@@ -4,7 +4,7 @@ RSpec.describe Facebook::DeleteController do
describe 'POST #create' do
let(:user_id) { '12345' }
let(:app_secret) { 'test_app_secret' }
let(:frontend_url) { ENV.fetch('FRONTEND_URL', 'http://localhost:3000') }
let(:frontend_url) { ENV.fetch('FRONTEND_URL', nil) }
let(:redis_key) { format(Redis::Alfred::META_DELETE_PROCESSING, id: user_id) }
before do