From cf7056e379d7cf97b3c57514dd347fa3109ee053 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 27 May 2026 15:25:36 +0530 Subject: [PATCH] test: update attributes --- spec/controllers/api/v1/accounts_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/controllers/api/v1/accounts_controller_spec.rb b/spec/controllers/api/v1/accounts_controller_spec.rb index 340803a9b..1114c7503 100644 --- a/spec/controllers/api/v1/accounts_controller_spec.rb +++ b/spec/controllers/api/v1/accounts_controller_spec.rb @@ -213,7 +213,7 @@ RSpec.describe 'Accounts API', type: :request do as: :json expect(response).to have_http_status(:success) - expect(response.parsed_body['cache_keys'].keys).to match_array(%w[label inbox team]) + expect(response.parsed_body['cache_keys'].keys).to match_array(%w[account_user canned_response custom_attribute_definition inbox label team]) end it 'sets the appropriate cache headers' do