forked from TrueCloudLab/frostfs-sdk-go
[#131] client: rename option consistently and fix test
Signed-off-by: Egor Olefirenko <egor.olefirenko892@gmail.com>
This commit is contained in:
parent
9727beb47d
commit
0d79d10482
18 changed files with 25 additions and 24 deletions
|
@ -84,6 +84,7 @@ func TestClient_NetMapSnapshot(t *testing.T) {
|
|||
srv.signResponse = true
|
||||
|
||||
// status failure
|
||||
c.prm.DisableFrostFSFailuresResolution()
|
||||
res, err = c.NetMapSnapshot(ctx, prm)
|
||||
require.NoError(t, err)
|
||||
assertStatusErr(t, res)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue