* Fixes the issue with fn test and adds relevant test cases, fixes #650 * Checking log size for invalid function * Testing the invalid function logs a few time beforr quitting * Disabling the test for now, linked to issue #653
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ func printPodLogs(c *cli.Context) error {
|
||||
fatal("Need --name argument.")
|
||||
}
|
||||
|
||||
queryURL, err := url.Parse(c.GlobalString("server"))
|
||||
queryURL, err := url.Parse(getServerUrl())
|
||||
checkErr(err, "parse the base URL")
|
||||
queryURL.Path = fmt.Sprintf("/proxy/logs/%s", fnName)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user