Skip to content

Commit

Permalink
Update test to account for new parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Apr 12, 2012
1 parent 85142ad commit 078257d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/web/case-sensitivity.t
Expand Up @@ -75,7 +75,7 @@ my $cf;

# test custom field values auto completer
{
$m->get_ok('/Helpers/Autocomplete/CustomFieldValues?term=eNo&Object---CustomField-'. $cf->id .'-Value');
$m->get_ok('/Helpers/Autocomplete/CustomFieldValues?term=eNo&Object---CustomField-'. $cf->id .'-Value&ContextId=1&ContextType=RT::Queue');
require JSON;
is_deeply(
JSON::from_json( $m->content ),
Expand Down

0 comments on commit 078257d

Please sign in to comment.