TRA-3913 support mizu via expose service (#440)

* Update README.md, tapRunner.go, and 4 more files...

* Update testsUtils.go

* Update proxy.go

* Update README.md, testsUtils.go, and 3 more files...

* Update testsUtils.go and provider.go
This commit is contained in:
RamiBerm
2021-11-08 11:23:03 +02:00
committed by GitHub
parent b7b012539d
commit 4cf3c9c6d3
5 changed files with 78 additions and 32 deletions

View File

@@ -79,7 +79,7 @@ func getProxyUrl(namespace string, service string) string {
}
func getApiServerUrl(port uint16) string {
return fmt.Sprintf("http://localhost:%v/mizu", port)
return fmt.Sprintf("http://localhost:%v", port)
}
func getDefaultCommandArgs() []string {