X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fweb%2Fcase-sensitivity.t;h=5f40ef6900b8d350b6f10188aff6ccba906ed2d8;hb=45d35d5739d05e602bc317739485693e0e9ff0b5;hp=f984bf3e487ef7f8da267f71b7125583490c1874;hpb=c24d6e2242ae0e026684b8f95decf156aba6e75e;p=freeside.git diff --git a/rt/t/web/case-sensitivity.t b/rt/t/web/case-sensitivity.t index f984bf3e4..5f40ef690 100644 --- a/rt/t/web/case-sensitivity.t +++ b/rt/t/web/case-sensitivity.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; @@ -24,7 +22,7 @@ $m->login; require JSON; is_deeply( JSON::from_json( $m->content ), - [{"value" => "root\@localhost","label" => "Enoch Root"}] + [{"value" => "root\@localhost","label" => "Enoch Root", id=>$root_id}] ); }