From 567f54d82d830eefdfbac3e03ebf96919840a5a1 Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Thu, 9 Dec 2021 17:54:43 +0300 Subject: [PATCH] [#115] Fix tests Signed-off-by: Denis Kirillov --- integration_test.go | 2 +- uploader/upload.go | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/integration_test.go b/integration_test.go index d38655d..ffcd92f 100644 --- a/integration_test.go +++ b/integration_test.go @@ -36,7 +36,7 @@ type putResponse struct { func TestIntegration(t *testing.T) { rootCtx := context.Background() aioImage := "nspccdev/neofs-aio-testcontainer:" - versions := []string{"0.24.0", "0.25.1", "0.26.1", "latest"} + versions := []string{"0.24.0", "0.25.1", "0.26.1", "0.27.0", "latest"} key, err := keys.NewPrivateKeyFromHex("1dd37fba80fec4e6a6f13fd708d8dcb3b29def768017052f6c930fa1c5d90bbb") require.NoError(t, err) diff --git a/uploader/upload.go b/uploader/upload.go index ef91b97..1861516 100644 --- a/uploader/upload.go +++ b/uploader/upload.go @@ -9,12 +9,11 @@ import ( "strconv" "time" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - "github.com/nspcc-dev/neofs-http-gw/response" "github.com/nspcc-dev/neofs-http-gw/tokens" "github.com/nspcc-dev/neofs-http-gw/utils" "github.com/nspcc-dev/neofs-sdk-go/client" + apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" cid "github.com/nspcc-dev/neofs-sdk-go/container/id" "github.com/nspcc-dev/neofs-sdk-go/netmap" "github.com/nspcc-dev/neofs-sdk-go/object"