Skip to content

Commit

Permalink
tests: Passing GW parameters is not required
Browse files Browse the repository at this point in the history
It was a bug inside AIO. It was fixed it the last versions.

Signed-off-by: Evgenii Baidakov <[email protected]>
  • Loading branch information
smallhive committed Sep 26, 2023
1 parent f981767 commit b5007c1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cmd/neofs-rest-gw/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,6 @@ func createDockerContainer(ctx context.Context, t *testing.T, image, version str
WaitingFor: wait.NewLogStrategy("aio container started").WithStartupTimeout(30 * time.Second),
Name: "restgw-aio-test-" + version,
Hostname: "aio",
Env: map[string]string{
"REST_GW_WALLET_PATH": "/config/wallet-rest.json",
"REST_GW_WALLET_PASSPHRASE": "one",
"REST_GW_WALLET_ADDRESS": "NPFCqWHfi9ixCJRu7DABRbVfXRbkSEr9Vo",
"REST_GW_PEERS_0_ADDRESS": "localhost:8080",
"REST_GW_LISTEN_ADDRESS": "0.0.0.0:8090",
},
HostConfigModifier: func(hostConfig *dockerContainer.HostConfig) {
hostConfig.NetworkMode = "host"
},
Expand Down

0 comments on commit b5007c1

Please sign in to comment.