aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/cmd/query_test.go
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2021-11-24 11:19:33 +0100
committerGitHub <noreply@github.com>2021-11-24 11:19:33 +0100
commit189a392bc8fc18f8c7ac80a89c6deb741e66a1a6 (patch)
treea82de9353a84053d05d429d5e353d5e6899763f2 /client/go/cmd/query_test.go
parenta0e159641f8361ee2fc1b39836b8a8f9364e9e3d (diff)
Revert "Allow overriding creds paths, and add dummy test command"
Diffstat (limited to 'client/go/cmd/query_test.go')
-rw-r--r--client/go/cmd/query_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/cmd/query_test.go b/client/go/cmd/query_test.go
index 55046ae49ba..ec6c3063906 100644
--- a/client/go/cmd/query_test.go
+++ b/client/go/cmd/query_test.go
@@ -75,5 +75,5 @@ func assertQueryServiceError(t *testing.T, status int, errorMessage string) {
}
func queryServiceURL(client *mockHttpClient) string {
- return getService("query", 0, "").BaseURL
+ return getService("query", 0).BaseURL
}