From 950293c6e74c6e9db842f537c5722755b1594313 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 17 Jan 2024 13:37:23 +0100 Subject: [PATCH] Fixup test --- tests/ReportOutputTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ReportOutputTest.php b/tests/ReportOutputTest.php index 0f0461987c1..b30aa993e9d 100644 --- a/tests/ReportOutputTest.php +++ b/tests/ReportOutputTest.php @@ -757,7 +757,7 @@ public function testJsonReport(): void 'other_references' => null, ], [ - 'link' => 'https://psalm.dev/047', + 'link' => 'https://psalm.dev/020', 'severity' => 'error', 'line_from' => 8, 'line_to' => 8,