RT 4.0.19
[freeside.git] / rt / t / web / case-sensitivity.t
index f9c61b5..5f40ef6 100644 (file)
@@ -22,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}]
     );
 }