From 0db3f26d4d5da35f5ffdb62595142825c82c4ab6 Mon Sep 17 00:00:00 2001 From: Mariusz Mazur Date: Tue, 14 Oct 2025 14:44:10 +0200 Subject: [PATCH] Change wording on "release tested in ENV" Currently it says "first tested". This is incorrect for the prod environment, since it's quite possible that a particular release was *first* tested in int, but the code doesn't actually check that, it only checks for whether testing in ENV happened in ENV-1. Which is why I've corrected the wording of the message slightly to be less ambiguous. --- pkg/aro/release-webserver/html_release_summary.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/aro/release-webserver/html_release_summary.go b/pkg/aro/release-webserver/html_release_summary.go index d5badde..f41074c 100644 --- a/pkg/aro/release-webserver/html_release_summary.go +++ b/pkg/aro/release-webserver/html_release_summary.go @@ -243,7 +243,7 @@ func summaryForEnvironment(environmentName string, environmentToEnvironmentRelea } if len(lines) == 0 { - return "Latest stage release was first tested in integration." + return "Latest stage release was previously tested in integration." } return template.HTML(fmt.Sprintf(`