aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/cmd/status_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/cmd/status_test.go')
-rw-r--r--client/go/cmd/status_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/cmd/status_test.go b/client/go/cmd/status_test.go
index 848dab3db26..10b1950d5d1 100644
--- a/client/go/cmd/status_test.go
+++ b/client/go/cmd/status_test.go
@@ -48,7 +48,7 @@ func assertDeployStatus(target string, args []string, t *testing.T) {
"Deploy API at "+target+" is ready\n",
executeCommand(t, client, []string{"status", "deploy"}, args),
"vespa status config-server")
- assert.Equal(t, target+"/ApplicationStatus", client.lastRequest.URL.String())
+ assert.Equal(t, target+"/status.html", client.lastRequest.URL.String())
}
func assertQueryStatus(target string, args []string, t *testing.T) {