Ver Fonte

fixup tests to accomodate team config update

Maybe Waffle há 1 ano atrás
pai
commit
60e608e2ae
1 ficheiros alterados com 1 adições e 0 exclusões
  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();