X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fapi%2Ftxn_content.t;h=392b6a73b88a033730216cde2898613801e97742;hb=128443531fae5fced8a8d2adbcaf6cb945218e3d;hp=0f5d78ca979f14a9fb973658b563a727210dc436;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/rt/t/api/txn_content.t b/rt/t/api/txn_content.t index 0f5d78ca9..392b6a73b 100644 --- a/rt/t/api/txn_content.t +++ b/rt/t/api/txn_content.t @@ -3,7 +3,7 @@ use strict; use RT::Test tests => 3; use MIME::Entity; -my $ticket = RT::Ticket->new($RT::SystemUser); +my $ticket = RT::Ticket->new(RT->SystemUser); my $mime = MIME::Entity->build( From => 'test@example.com', Type => 'text/html',