summaryrefslogtreecommitdiff
path: root/rt/t/web/custom_frontpage.t
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t/web/custom_frontpage.t')
-rw-r--r--rt/t/web/custom_frontpage.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/t/web/custom_frontpage.t b/rt/t/web/custom_frontpage.t
index 45a390a..79ea566 100644
--- a/rt/t/web/custom_frontpage.t
+++ b/rt/t/web/custom_frontpage.t
@@ -13,7 +13,7 @@ $user_obj->SetName('customer');
$user_obj->SetPrivileged(1);
($ret, $msg) = $user_obj->SetPassword('customer');
$user_obj->PrincipalObj->GrantRight(Right => 'LoadSavedSearch');
-$user_obj->PrincipalObj->GrantRight(Right => 'EditSavedSearch');
+$user_obj->PrincipalObj->GrantRight(Right => 'EditSavedSearches');
$user_obj->PrincipalObj->GrantRight(Right => 'CreateSavedSearch');
$user_obj->PrincipalObj->GrantRight(Right => 'ModifySelf');