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 819068d commit da6c84e
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 da6c84e

Please sign in to comment.