git.lucas.co / cce-cloud
cloud storage client
git clone https://git.lucas.co/cce-cloud.git

commit62aff2b3eca06eaae5ff6f83457884442546333b
parenta4571a54e2
authorLucas Galante <[email protected]>
date2026-06-26 15:03
cce-cloud: add missing target_page field to JsonWidgetConfig initializers in tests

 src/main.rs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main.rs b/src/main.rs
index 4917714..93cb9ac 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2502,6 +2502,7 @@ mod tests {
                 value_f32: None,
                 min_f32: None,
                 max_f32: None,
+                target_page: None,
             },
             JsonWidgetConfig {
                 widget_type: "checkbox".to_string(),
@@ -2517,6 +2518,7 @@ mod tests {
                 value_f32: None,
                 min_f32: None,
                 max_f32: None,
+                target_page: None,
             },
             JsonWidgetConfig {
                 widget_type: "button".to_string(),
@@ -2532,6 +2534,7 @@ mod tests {
                 value_f32: None,
                 min_f32: None,
                 max_f32: None,
+                target_page: None,
             },
         ];