Merge branch '10682-azure-stats'
[arvados.git] / services / crunch-dispatch-local / crunch-dispatch-local_test.go
index ff4fa8a789d10a96618982725d9131324c447561..bcb406eb8e47667143ae5b4c246b00fbf3a53260 100644 (file)
@@ -152,7 +152,7 @@ func testWithServerStub(c *C, apiStubResponses map[string]arvadostest.StubRespon
        api := httptest.NewServer(&apiStub)
        defer api.Close()
 
-       arv := arvadosclient.ArvadosClient{
+       arv := &arvadosclient.ArvadosClient{
                Scheme:    "http",
                ApiServer: api.URL[7:],
                ApiToken:  "abc123",