Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharisch committed Oct 18, 2024
1 parent 9bcded9 commit 200366b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/e2e/modulereleasemeta_watch_trigger_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package e2e_test

import (
"fmt"

"github.com/kyma-project/lifecycle-manager/api/shared"
"github.com/kyma-project/lifecycle-manager/api/v1beta2"

Expand All @@ -16,9 +14,6 @@ var _ = Describe("ModuleReleaseMeta Watch Trigger", Ordered, func() {
kyma := NewKymaWithSyncLabel("kyma-sample", ControlPlaneNamespace, v1beta2.DefaultChannel)
module := NewTemplateOperator(v1beta2.DefaultChannel)

expectedErrorMessage := fmt.Sprintf("failed to get module template: ModuleTemplate.operator.kyma-project.io \"%s-%s\" not found",
module.Name, "1.0.1")

InitEmptyKymaBeforeAll(kyma)
CleanupKymaAfterAll(kyma)

Expand Down

0 comments on commit 200366b

Please sign in to comment.