diff --git a/tests/Monolog/Handler/RavenHandlerTest.php b/tests/Monolog/Handler/RavenHandlerTest.php index e6040f28..c3a69026 100644 --- a/tests/Monolog/Handler/RavenHandlerTest.php +++ b/tests/Monolog/Handler/RavenHandlerTest.php @@ -93,7 +93,7 @@ class RavenHandlerTest extends TestCase } catch (\Exception $e) { - $record = $this->getRecord(Logger::ERROR, $e->getMessage(), array('context' => $e)); + $record = $this->getRecord(Logger::ERROR, $e->getMessage(), array('exception' => $e)); $handler->handle($record); }