feature/DEV-185567,DEV-185564/Handled chat wdigit jwt token lacks expiration and chat widget loading on allowed domains

This commit is contained in:
Balasaheb Dubale
2025-08-21 17:10:56 +05:30
parent 85dd0baf0f
commit fee4975c59
+1 -1
View File
@@ -44,7 +44,7 @@ describe '/widget', type: :request do
describe 'domain validation' do
context 'when website_url is blank' do
before { web_widget.update!(website_url: '') }
before { web_widget.update_column(:website_url, '') }
it 'allows access without origin validation' do
get widget_url(website_token: web_widget.website_token)