chore: cleanup code

This commit is contained in:
Muhsin Keloth
2024-05-07 14:19:34 +05:30
parent 3595903fb5
commit ee184d9792
4 changed files with 12 additions and 22 deletions
@@ -2,8 +2,7 @@ require 'rails_helper'
describe Integrations::Linear::ProcessorService do
let(:account) { create(:account) }
let(:conversation) { create(:conversation, account: account) }
let(:processor) { described_class.new(account: account, conversation: conversation) }
let(:processor) { described_class.new(account: account) }
let(:api_key) { 'valid_api_key' }
let(:url) { 'https://api.linear.app/graphql' }
let(:headers) { { 'Content-Type' => 'application/json', 'Authorization' => api_key } }