Skip to content

Commit 628ba70

Browse files
Fix test
1 parent c180640 commit 628ba70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FlareMiddleware/AddExceptionInformationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function context()
3939

4040
$context = $report->toArray()['context'];
4141

42-
expect($context['context']['hello'])->toBe('world');
42+
expect($context['exception']['hello'])->toBe('world');
4343
});
4444

4545
it('will only add arrays as user provided context', function () {

0 commit comments

Comments
 (0)