From f7d3678c28c4b92e45a458e4785bd0f1cdc20e34 Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Thu, 12 Jul 2018 15:42:45 +0200 Subject: swarm/api/http: http package refactoring 1/5 and 2/5 (#17164) --- swarm/api/client/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swarm/api/client') diff --git a/swarm/api/client/client_test.go b/swarm/api/client/client_test.go index a878bff17..e68147ab2 100644 --- a/swarm/api/client/client_test.go +++ b/swarm/api/client/client_test.go @@ -31,7 +31,7 @@ import ( ) func serverFunc(api *api.API) testutil.TestServer { - return swarmhttp.NewServer(api) + return swarmhttp.NewServer(api, "") } // TestClientUploadDownloadRaw test uploading and downloading raw data to swarm -- cgit v1.2.3