Skip to content

Commit

Permalink
JMAPCalendars.pm: updated ACL check on #jmap to match current Cyrus
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed May 13, 2021
1 parent 98ad714 commit 37afbde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cassandane/Cyrus/JMAPCalendars.pm
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ sub test_calendar_set_sharewith
$self->assert_str_equals('lrswitedn', $map{paraphrase});
}

xlog $self, "Remove the access for manifold";
xlog $self, "Remove the access for paraphrase";
$res = $jmap->CallMethods([
['Calendar/set', {
accountId => 'master',
Expand Down Expand Up @@ -674,7 +674,7 @@ sub test_calendar_set_sharewith
%map = @$acl;
$self->assert_str_equals('lrswitedn', $map{cassandane});
$self->assert_str_equals('lrswitedn', $map{manifold});
$self->assert_str_equals('lr', $map{paraphrase});
$self->assert_null($map{paraphrase});
}
}

Expand Down

0 comments on commit 37afbde

Please sign in to comment.