Skip to content

Commit

Permalink
fixup! fix(dav): Rate limit address book creation
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza Mahjoubi <[email protected]>
  • Loading branch information
hamza221 committed May 8, 2024
1 parent 81f7370 commit 503bf38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function testAddressBookLimitReached(): void {
$this->limiter->expects(self::once())
->method('registerUserRequest')
->with(
'caldav-create-calendar',
'carddav-create-address-book',
10,
3600,
$user,
Expand Down

0 comments on commit 503bf38

Please sign in to comment.