X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Ft%2Fweb%2Fticket_txn_content.t;fp=rt%2Ft%2Fweb%2Fticket_txn_content.t;h=096d78e31474200751e1de85928b4ffcf59c6231;hb=1c538bfabc2cd31f27067505f0c3d1a46cba6ef0;hp=c0cae976c75c83cad11249be83123b62a07b610d;hpb=4f5619288413a185e9933088d9dd8c5afbc55dfa;p=freeside.git diff --git a/rt/t/web/ticket_txn_content.t b/rt/t/web/ticket_txn_content.t index c0cae976c..096d78e31 100644 --- a/rt/t/web/ticket_txn_content.t +++ b/rt/t/web/ticket_txn_content.t @@ -27,14 +27,14 @@ sub follow_parent_with_headers_link { my $m = shift; my $link = $m->find_link(@_)->url; $link =~ s{/(\d+)$}{"/" . ($1-1)}e; # get the parent attach - $m->get_ok($baseurl . $link); + $m->get_ok($link); } sub follow_with_headers_link { my $m = shift; my $link = $m->find_link(@_)->url; $link =~ s{/\d+/(\d+)/.+$}{/WithHeaders/$1}; # frob into a with headers url - $m->get_ok($baseurl . $link); + $m->get_ok($link); } for my $type ( 'text/plain', 'text/html' ) {