Skip to content

Commit

Permalink
test: Update AIO image
Browse files Browse the repository at this point in the history
Currently, `v0.38.0` is "latest-minus-one".

Signed-off-by: Pavel Karpy <[email protected]>
  • Loading branch information
carpawell committed Sep 25, 2023
1 parent 52d6472 commit 42de199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/neofs-rest-gw/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func runLocalTests(ctx context.Context, t *testing.T, key *keys.PrivateKey) {

func runTestInContainer(rootCtx context.Context, t *testing.T, key *keys.PrivateKey) {
versions := []dockerImage{
{image: "nspccdev/neofs-aio", version: "0.36.0"},
{image: "nspccdev/neofs-aio", version: "0.38.0"},
{image: "nspccdev/neofs-aio", version: "latest"},
}

Expand Down

0 comments on commit 42de199

Please sign in to comment.