Skip to content

Commit

Permalink
fix(test): use Kamelet catalog
Browse files Browse the repository at this point in the history
Closes #4022
  • Loading branch information
squakez committed Feb 3, 2023
1 parent 1023aaf commit fe7e1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/namespace/native/native_binding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
func TestNativeBinding(t *testing.T) {
WithNewTestNamespace(t, func(ns string) {
operatorID := "camel-k-native-binding"
Expect(KamelInstallWithID(operatorID, ns,
Expect(KamelInstallWithIDAndKameletCatalog(operatorID, ns,
"--build-timeout", "90m0s",
"--operator-resources", "limits.memory=4.5Gi",
"--maven-cli-option", "-Dquarkus.native.native-image-xmx=3g",
Expand Down

0 comments on commit fe7e1ef

Please sign in to comment.