From 38aa6db041df026f846cf582c73787c7852131da Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Wed, 25 Jan 2023 11:19:30 +0300 Subject: [PATCH] [TrueCloudLab#9] Fix tests Signed-off-by: Denis Kirillov --- integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test.go b/integration_test.go index e1a53f5..7363e2d 100644 --- a/integration_test.go +++ b/integration_test.go @@ -44,10 +44,10 @@ func TestIntegration(t *testing.T) { rootCtx := context.Background() aioImage := "nspccdev/neofs-aio-testcontainer:" versions := []string{ - "0.28.1", "0.29.0", "0.30.0", "0.32.0", + "0.34.0", "latest", } key, err := keys.NewPrivateKeyFromHex("1dd37fba80fec4e6a6f13fd708d8dcb3b29def768017052f6c930fa1c5d90bbb")