From d7dbff12553c4943198174c8a2c719a6651e2b1e Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 6 Jun 2023 15:44:56 +0300 Subject: [PATCH] [#2] Use latest AIO image in integration test Latest version provides more stability during startup stage. Signed-off-by: Alex Vanin --- integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test.go b/integration_test.go index 549a09d..014f923 100644 --- a/integration_test.go +++ b/integration_test.go @@ -46,7 +46,7 @@ func TestIntegration(t *testing.T) { rootCtx := context.Background() aioImage := "truecloudlab/frostfs-aio:" versions := []string{ - "1.2.5", // frostfs-storage v0.36.0 RC + "1.2.7", // frostfs-storage v0.36.0 RC } key, err := keys.NewPrivateKeyFromHex("1dd37fba80fec4e6a6f13fd708d8dcb3b29def768017052f6c930fa1c5d90bbb") require.NoError(t, err)