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:
Matej Vasek 2022-01-24 12:50:29 +01:00 committed by GitHub
parent cd11b90a8f
commit 650f99f936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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