Skip to content

Commit

Permalink
fix channel in initial installation
Browse files Browse the repository at this point in the history
  • Loading branch information
c-pius committed Jan 26, 2025
1 parent 82dba3e commit 1d9c5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/maintenance_windows_initial_installation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 1d9c5b5

Please sign in to comment.