[#92] Use only the latest aio testcontainer

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2021-10-22 17:19:31 +03:00 committed by Alex Vanin
parent 0b364504a7
commit 62dd8b1927

View file

@ -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)