diff --git a/api/server/runner_test.go b/api/server/runner_test.go index 1ffc59ce4..94e587e3c 100644 --- a/api/server/runner_test.go +++ b/api/server/runner_test.go @@ -327,7 +327,7 @@ func TestRouteRunnerExecution(t *testing.T) { rHdr := map[string][]string{"X-Function": {"Test"}} rImg := "fnproject/fn-test-utils" rImgBs1 := "fnproject/imagethatdoesnotexist" - rImgBs2 := "localhost:5000/fnproject/imagethatdoesnotexist" + rImgBs2 := "localhost:5050/fnproject/imagethatdoesnotexist" app := &models.App{Name: "myapp"} app.SetDefaults()