Skip to content

Commit

Permalink
Use an existing field to test invalid UTF-8 (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Jul 20, 2021
1 parent 65aeba8 commit d504a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/10apidoc/01request-encoding.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
do => sub {
my ( $http ) = @_;

my $reqbody = '{ "test": "a' . chr(0x81) . '" }';
my $reqbody = '{ "username": "a' . chr(0x81) . '" }';

$http->do_request(
method => "POST",
Expand Down

0 comments on commit d504a5f

Please sign in to comment.