forked from TrueCloudLab/frostfs-http-gw
[#2] Use latest AIO image in integration test
Latest version provides more stability during startup stage. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
61d152ee6a
commit
d7dbff1255
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue