diff --git a/internal/scout/service_test.go b/internal/scout/service_test.go
index 93256cd..3fbd84d 100644
--- a/internal/scout/service_test.go
+++ b/internal/scout/service_test.go
@@ -391,7 +391,7 @@ func TestGetHovers_IgnoresSpecifics(t *testing.T) {
result: &protocol.Hover{
Contents: protocol.MarkupContent{
Kind: protocol.MarkupKindMarkdown,
- Value: "Image vulnerabilities: 0C 0H 2M 5L \r\n\r\nRecommended tags:\n\n
\n25.04 | 0C | 0H | 2M | 4L | |
\n25.10 | 0C | 0H | 0M | 0L | |
\n
\n",
+ Value: "Image vulnerabilities: 0C 0H 2M 5L \r\n\r\nRecommended tags:\n\n\n26.04 | 0C | 0H | 0M | 0L | |
\n25.04 | 0C | 0H | 2M | 4L | |
\n25.10 | 0C | 0H | 0M | 0L | |
\n
\n",
},
},
},
@@ -407,7 +407,7 @@ func TestGetHovers_IgnoresSpecifics(t *testing.T) {
result: &protocol.Hover{
Contents: protocol.MarkupContent{
Kind: protocol.MarkupKindMarkdown,
- Value: "Recommended tags:\n\n\n25.04 | 0C | 0H | 2M | 4L | |
\n25.10 | 0C | 0H | 0M | 0L | |
\n
\n",
+ Value: "Recommended tags:\n\n\n26.04 | 0C | 0H | 0M | 0L | |
\n25.04 | 0C | 0H | 2M | 4L | |
\n25.10 | 0C | 0H | 0M | 0L | |
\n
\n",
},
},
},