MT#11917 force JSON::PP for tests

Change-Id: I5dd7eb2d4ab8b0750cd3647e9b6323090ca8d79a
changes/31/1731/1
Rene Krenn 11 years ago
parent 6803ce7498
commit 5cab4a0760

@ -13,7 +13,7 @@ BEGIN {
}
use NGCP::Panel::Utils::Journal qw();
my $json = JSON->new();
my $json = JSON::PP->new();
$json->allow_blessed(1);
$json->convert_blessed(1);

Loading…
Cancel
Save