mirror of https://github.com/knative/func.git
test: fix URL (#777)
On CI machines the image registry is present and reachable. That causes the actual registry, not mock server, is accessed by the test. Signed-off-by: Matej Vasek <mvasek@redhat.com>
This commit is contained in:
parent
cd11b90a8f
commit
650f99f936
|
@ -17,7 +17,7 @@ import (
|
|||
fnhttp "knative.dev/kn-plugin-func/http"
|
||||
)
|
||||
|
||||
const inClusterHostName = "image-registry.openshift-image-registry.svc"
|
||||
const inClusterHostName = "a-testing-service.a-testing-namespace.svc"
|
||||
|
||||
func TestCustomCA(t *testing.T) {
|
||||
var err error
|
||||
|
|
Loading…
Reference in New Issue