Skip to content

Commit a05d22d

Browse files
committed
refactor and expand knative integration tests
1 parent a664f9e commit a05d22d

File tree

8 files changed

+1251
-314
lines changed

8 files changed

+1251
-314
lines changed

pkg/functions/client_int_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ import (
5757
const (
5858
DefaultIntTestHome = "./testdata/default_home"
5959
DefaultIntTestKubeconfig = "../../hack/bin/kubeconfig.yaml"
60-
DefaultIntTestRegistry = "localhost:50000/func"
6160
DefaultIntTestNamespace = "default"
6261
DefaultIntTestVerbose = false
62+
// DefaultIntTestRegistry = // see testing package (it's shared)
6363
)
6464

6565
var (

0 commit comments

Comments
 (0)