Skip to content

Commit 60affef

Browse files
committed
refactor and expand knative integration tests
1 parent 431d24e commit 60affef

8 files changed

Lines changed: 1251 additions & 314 deletions

File tree

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)