chore: Fixes the missing gem warning (#3207)
* chore: Fixes the missing gem warning fixes: #3143 * chore: rubocop fixes Co-authored-by: Tejaswini Chile <tejaswini776@gmail.com>
This commit is contained in:
@@ -54,7 +54,7 @@ RSpec.describe 'Installation::Onboarding API', type: :request do
|
||||
end
|
||||
|
||||
context 'when onboarding is not successfull' do
|
||||
it ' does not deletes the redis key' do
|
||||
it 'does not deletes the redis key' do
|
||||
allow(AccountBuilder).to receive(:new).and_raise('error')
|
||||
post '/installation/onboarding', params: { user: {} }
|
||||
expect(::Redis::Alfred.get(::Redis::Alfred::CHATWOOT_INSTALLATION_ONBOARDING)).not_to eq nil
|
||||
|
||||
Reference in New Issue
Block a user