From 1d9c5b5a82caa632e33fc02694f45f89eca4b636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Schw=C3=A4gerl?= Date: Sun, 26 Jan 2025 14:50:18 +0100 Subject: [PATCH] fix channel in initial installation --- tests/e2e/maintenance_windows_initial_installation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/maintenance_windows_initial_installation_test.go b/tests/e2e/maintenance_windows_initial_installation_test.go index 9a19cdb4d6..d9708dc205 100644 --- a/tests/e2e/maintenance_windows_initial_installation_test.go +++ b/tests/e2e/maintenance_windows_initial_installation_test.go @@ -31,7 +31,7 @@ var _ = Describe("Maintenance Windows - No Wait for Maintenance Window on Initia Context("Given SKR Cluster; Kyma CR .spec.skipMaintenanceWindows=false; NO active maintenance window", func() { It("When module in fast channel is enabled (requiresDowntime=true)", func() { - module.Channel = v1beta2.DefaultChannel + module.Channel = fastChannel Eventually(EnableModule). WithContext(ctx). WithArguments(skrClient, defaultRemoteKymaName, RemoteNamespace, module).