Parcourir la source

fixup tests to accomodate team config update

Maybe Waffle il y a 1 an
Parent
commit
60e608e2ae
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/handlers/assign/tests/tests_candidates.rs

+ 1 - 0
src/handlers/assign/tests/tests_candidates.rs

@@ -53,6 +53,7 @@ fn convert_simplified(
             "members": serde_json::Value::Array(members),
             "alumni": [],
             "discord": [],
+            "roles": [],
         });
     }
     let teams = serde_json::value::from_value(teams_config).unwrap();