diff --git a/LitCalHealth.php b/LitCalHealth.php index 5bfe0e1b..bb1c2623 100644 --- a/LitCalHealth.php +++ b/LitCalHealth.php @@ -248,6 +248,7 @@ private function executeUnitTest( string $Test, string $Calendar, int $Year, str else if( gettype( $testResult ) === 'object' ) { $testResult->classes = ".$Test.year-{$Year}.test-valid"; $testResult->test = $Test; + $testResult->jsonData = $jsonData; $this->sendMessage( $to, $testResult ); } }