Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
TesterCardDAV: carddav httpmodule seems to depend on caldav
Browse files Browse the repository at this point in the history
  • Loading branch information
elliefm committed Sep 8, 2021
1 parent 0448422 commit 26154ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cassandane/Cyrus/TesterCardDAV.pm
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ sub new
my $config = Cassandane::Config->default()->clone();
$config->set(servername => "127.0.0.1"); # urlauth needs matching servername
$config->set(caldav_realm => 'Cassandane');
$config->set(httpmodules => 'carddav');
# XXX carddav module seems to be dependent on caldav, so we need both here
$config->set(httpmodules => 'caldav carddav');
$config->set(httpallowcompress => 'no');

return $class->SUPER::new({
Expand Down

0 comments on commit 26154ad

Please sign in to comment.