Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TestEmitAuditEventForLargeEvents
The test relied on the fact that AppSessionRequests did not implement TrimToMaxSize. However, now that all events are forced to implemement TrimToMaxSize the test was always failing. To fix a wrapper around the event was added that overrides TrimToMaxSize that does no trimming.
- Loading branch information