From e5a4147f0a704c76d6d5777ee904aab95065b877 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 17 Nov 2021 15:05:03 -0500 Subject: [PATCH] runcommand.t: stop dumping the json --- t/plugins/runcommand.t | 3 --- 1 file changed, 3 deletions(-) diff --git a/t/plugins/runcommand.t b/t/plugins/runcommand.t index 8a512b32..a010697c 100644 --- a/t/plugins/runcommand.t +++ b/t/plugins/runcommand.t @@ -46,9 +46,6 @@ my $dat = do { $json->decode(<$json_fh>) }; -use Data::Dumper; -print Dumper($dat); - subtest "Validate the top level fields match" => sub { is($dat->{build}, $newbuild->id, "The build event matches our expected ID."); is($dat->{buildStatus}, 0, "The build status matches.");