Skip to content

Commit 24a02c5

Browse files
committed
test(settings): add allow_public_custom_components to composition field list
The public-flow trusted-code fix added the allow_public_custom_components setting to SecuritySettings, which bumped Settings.model_fields to 147 and tripped test_field_count_unchanged (147 != 146). Add the field to the curated EXPECTED_FIELDS set under a 1.10.1 section.
1 parent aef19d0 commit 24a02c5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/lfx/tests/unit/services/settings/test_settings_composition.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@
195195
"telemetry_writer_size_strategy",
196196
"telemetry_writer_batch_size_bytes",
197197
"telemetry_writer_max_queue_bytes",
198+
# ---- Added in 1.10.1 ----
199+
# SecuritySettings
200+
"allow_public_custom_components",
198201
}
199202

200203

0 commit comments

Comments
 (0)