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)