Browse Source

fixup tests to accomodate team config update

Maybe Waffle 1 year ago
parent
commit
60e608e2ae
1 changed files with 1 additions and 0 deletions
  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();