Problem
The rate limiter (governor crate) is configured in the application but its behaviour under load is never tested. An incorrectly configured rate limiter could silently allow unlimited requests or block all traffic.
Proposed Solution
Write integration tests for rate limiting behaviour inside contract/module/tests/rate_limit_tests.rs.
Acceptance Criteria
Problem
The rate limiter (governor crate) is configured in the application but its behaviour under load is never tested. An incorrectly configured rate limiter could silently allow unlimited requests or block all traffic.
Proposed Solution
Write integration tests for rate limiting behaviour inside
contract/module/tests/rate_limit_tests.rs.Acceptance Criteria