chore: Add feature flags for campaigns and website channel (#5778)

Co-authored-by: Tejaswini Chile <tejaswini@chatwoot.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
smartdev58
2022-12-15 02:06:26 +02:00
committed by GitHub
parent 2972319026
commit 2a1a38f986
5 changed files with 21 additions and 1 deletions

View File

@@ -55,7 +55,6 @@ RSpec.describe 'Platform Accounts API', type: :request do
ip_lookup: true,
help_center: true,
disable_branding: false
} }, headers: { api_access_token: platform_app.access_token.token }, as: :json
json_response = JSON.parse(response.body)