From db5846d37da6f34a269d2a002372ddd3fd52e010 Mon Sep 17 00:00:00 2001 From: Libor Fuka Date: Fri, 5 Dec 2025 09:16:46 +0100 Subject: [PATCH] eap 8.1 test fix --- exporter/test/e2e/jboss_eap_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/test/e2e/jboss_eap_test.go b/exporter/test/e2e/jboss_eap_test.go index 3aa56d54..18955a68 100644 --- a/exporter/test/e2e/jboss_eap_test.go +++ b/exporter/test/e2e/jboss_eap_test.go @@ -137,7 +137,7 @@ func TestJBossEAP_8_1(t *testing.T) { KindImplementer: "Red Hat, Inc.", Runtimes: []types.RuntimeComponent{{ Name: "Red Hat JBoss Enterprise Application Platform", - Version: "8.1 Update 1.0", + Version: "8.1 Update 2.0", }}, } g.Expect(runtimeInfo).Should(Ω.Equal(expected))