fix(tests): add discord group reply fixture field
Add the new DiscordConfig.group_reply field to the tools test fixture so the test target compiles again after the schema change.
This commit is contained in:
parent
44ccbe6f5a
commit
5f8521c137
@ -651,6 +651,7 @@ mod tests {
|
||||
allowed_users: vec!["*".into()],
|
||||
listen_to_bots: false,
|
||||
mention_only: false,
|
||||
group_reply: None,
|
||||
});
|
||||
|
||||
let tools = all_tools(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user