Skip to content

Commit

Permalink
fix(lint): rebuild test
Browse files Browse the repository at this point in the history
Closes #4214
  • Loading branch information
squakez committed Apr 3, 2023
1 parent c5c476a commit bd16f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/rebuild_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ func TestRebuildAllFlag(t *testing.T) {

func TestRebuildAllKameletBindingsAndIntegrations(t *testing.T) {
defaultIntegration := nominalIntegration("my-it-test")
defaultKB := nominalKameletBinding("my-kb-test")
itGeneratedByKlb := nominalIntegration("my-kb-test")
defaultKB := nominalKameletBinding("my-kb-test-rebuild")
itGeneratedByKlb := nominalIntegration("my-kb-test-rebuild")
itGeneratedByKlb.Labels = map[string]string{
kubernetes.CamelCreatorLabelKind: "KameletBinding",
}
Expand Down

0 comments on commit bd16f6b

Please sign in to comment.