chore: spec fix

This commit is contained in:
Sojan
2025-01-23 02:06:31 +05:30
parent 429f9841d8
commit ffd60ea29e
@@ -173,6 +173,18 @@ RSpec.describe 'Enterprise Billing APIs', type: :request do
'id' => account.id,
'limits' => {
'conversation' => {},
'captain' => {
'documents' => {
'consumed' => 0,
'current_available' => ChatwootApp.max_limit,
'total_count' => ChatwootApp.max_limit
},
'responses' => {
'consumed' => 0,
'current_available' => ChatwootApp.max_limit,
'total_count' => ChatwootApp.max_limit
}
},
'non_web_inboxes' => {}
}
}