diff options
Diffstat (limited to 'rt/t/api/users.t')
-rw-r--r-- | rt/t/api/users.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/t/api/users.t b/rt/t/api/users.t index 1f3a48770..e65f9a9b5 100644 --- a/rt/t/api/users.t +++ b/rt/t/api/users.t @@ -2,7 +2,7 @@ use strict; use warnings; use RT::Test tests => 10; -RT::System->AddRights( +RT::System->AddRight( General => 'RTxUserRight' => 'Just a right for testing rights', ); |