forked from lix-project/hydra
runcommand.t: stop dumping the json
This commit is contained in:
parent
2dc6d58845
commit
e5a4147f0a
|
@ -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.");
|
||||
|
|
Loading…
Reference in a new issue