From 93606c9935a605c44881fb852195bd8808515f73 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Thu, 5 Feb 2026 22:47:27 +0100 Subject: [PATCH] Track custom state api change for reporting tls state. --- tests/search/custom_state_api/custom_state_api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/search/custom_state_api/custom_state_api.rb b/tests/search/custom_state_api/custom_state_api.rb index d9709cde1..863e85c12 100644 --- a/tests/search/custom_state_api/custom_state_api.rb +++ b/tests/search/custom_state_api/custom_state_api.rb @@ -99,7 +99,7 @@ def assert_flush_engine(page) end def assert_tls(page) - assert_keys(["test"], page) + assert_keys(["size_on_disk", "test"], page) end def assert_hw_info(page)