forked from TrueCloudLab/frostfs-http-gw
[TrueCloudLab#9] Fix tests
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
5a98df9d2d
commit
38aa6db041
1 changed files with 1 additions and 1 deletions
|
@ -44,10 +44,10 @@ func TestIntegration(t *testing.T) {
|
||||||
rootCtx := context.Background()
|
rootCtx := context.Background()
|
||||||
aioImage := "nspccdev/neofs-aio-testcontainer:"
|
aioImage := "nspccdev/neofs-aio-testcontainer:"
|
||||||
versions := []string{
|
versions := []string{
|
||||||
"0.28.1",
|
|
||||||
"0.29.0",
|
"0.29.0",
|
||||||
"0.30.0",
|
"0.30.0",
|
||||||
"0.32.0",
|
"0.32.0",
|
||||||
|
"0.34.0",
|
||||||
"latest",
|
"latest",
|
||||||
}
|
}
|
||||||
key, err := keys.NewPrivateKeyFromHex("1dd37fba80fec4e6a6f13fd708d8dcb3b29def768017052f6c930fa1c5d90bbb")
|
key, err := keys.NewPrivateKeyFromHex("1dd37fba80fec4e6a6f13fd708d8dcb3b29def768017052f6c930fa1c5d90bbb")
|
||||||
|
|
Loading…
Reference in a new issue