Skip to content

Commit

Permalink
[PERL] Fix bug on test script (#12983)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasphansen authored Jul 23, 2022
1 parent c03cf17 commit 219b32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/client/petstore/perl/test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
additional_metadata => 'testabc',
file => './test.pl'
);
print "\nadd_pet:" . Dumper $api->add_pet( body => $pet );
print "\nadd_pet:" . Dumper $api->add_pet( pet => $pet );
print "\nget_pet_by_id:" . Dumper $api->get_pet_by_id( pet_id => $pet_id );
print "\nupdate_pet_with_form:"
. Dumper $api->update_pet_with_form(
Expand Down

0 comments on commit 219b32b

Please sign in to comment.