Skip to content

Commit

Permalink
Update expected censored error pattern.
Browse files Browse the repository at this point in the history
This test fails since @skington's changes in dff7227 were merged.

(Bad Sam, no cookie ;) )
  • Loading branch information
bigpresh committed Mar 26, 2012
1 parent bebfbf1 commit d15e772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/12_response/10_error_dumper.t
Expand Up @@ -21,7 +21,7 @@ my $censored = $error_obj->dumper;

like(
$censored,
qr/\QNote: Values of 1 sensitive-looking keys hidden\E/,
qr/\QNote: Values of 1 sensitive-looking key hidden\E/,
'Data was censored in the output',
);

Expand Down

0 comments on commit d15e772

Please sign in to comment.