aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/internal/cli/cmd/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/internal/cli/cmd/test.go')
-rw-r--r--client/go/internal/cli/cmd/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/internal/cli/cmd/test.go b/client/go/internal/cli/cmd/test.go
index 778e640760e..376611767d9 100644
--- a/client/go/internal/cli/cmd/test.go
+++ b/client/go/internal/cli/cmd/test.go
@@ -203,7 +203,7 @@ func verify(step step, defaultCluster string, defaultParameters map[string]strin
header.Set(k, v)
}
if header.Get("Content-Type") == "" { // Set default if not specified by test
- header.Set("Content-Type", "application/json") // TODO: Not guaranteed to be true ...
+ header.Set("Content-Type", "application/json")
}
var service *vespa.Service