Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Sep 20, 2024
1 parent d0d6faf commit a5acd0b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ public Optional<Integer> getCustomAllowedRequestsPerMinute(String teamId, String
public Optional<Integer> getCustomAllowedRequestsForChatPostMessagePerMinute(String teamId, String channel) {
return Optional.empty();
}

@Override
public Optional<Integer> getCustomAllowedRequestsForAssistantThreadsSetStatusPerMinute(String teamId, String channel) {
return Optional.empty();
}
});
config.setMethodsConfig(methodsConfig);
}
Expand Down

0 comments on commit a5acd0b

Please sign in to comment.