From 62dd8b1927d559e1aeb99c4c28acf067d38eb033 Mon Sep 17 00:00:00 2001
From: Denis Kirillov <denis@nspcc.ru>
Date: Fri, 22 Oct 2021 17:19:31 +0300
Subject: [PATCH] [#92] Use only the latest aio testcontainer

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
---
 integration_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration_test.go b/integration_test.go
index 2237e18..7a08da8 100644
--- a/integration_test.go
+++ b/integration_test.go
@@ -35,7 +35,7 @@ type putResponse struct {
 func TestIntegration(t *testing.T) {
 	ctx := context.Background()
 	aioImage := "nspccdev/neofs-aio-testcontainer:"
-	versions := []string{"0.24.0", "latest"}
+	versions := []string{"latest"}
 	key, err := keys.NewPrivateKeyFromHex("1dd37fba80fec4e6a6f13fd708d8dcb3b29def768017052f6c930fa1c5d90bbb")
 	require.NoError(t, err)