Skip to content

Commit

Permalink
fix(dav): adjust test
Browse files Browse the repository at this point in the history
Signed-off-by: escoand <[email protected]>
  • Loading branch information
escoand authored Oct 2, 2024
1 parent 722b81c commit 025276a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public function testRunCreateCalendarBadRequest(string $body, string $contentTyp
->willThrowException($badRequestException);

$this->logger->expects(self::once())
->method('error')
->method('warning')
->with('Unable to create calendar object from subscription {subscriptionId}', ['exception' => $badRequestException, 'subscriptionId' => '42', 'source' => 'webcal://foo.bar/bla2']);

$refreshWebcalService->refreshSubscription('principals/users/testuser', 'sub123');
Expand Down

0 comments on commit 025276a

Please sign in to comment.