diff --git a/t/Session/ErrorHandler.t b/t/Session/ErrorHandler.t index 0a7806c0c..0d9da8e39 100644 --- a/t/Session/ErrorHandler.t +++ b/t/Session/ErrorHandler.t @@ -234,7 +234,7 @@ my $outputBuffer; open my $outputHandle, '>', \$outputBuffer or die "Unable to create scalar filehandle: $!\n"; $newSession->output->setHandle($outputHandle); WEBGUI_FATAL: { - $newSession->log->fatal(); + $newSession->log->fatal('Bad things are happenning'); } ok(1, 'fatal: recovered from fatal okay'); TODO: {