diff --git a/integrationtests/volumes_test.go b/integrationtests/volumes_test.go index 4f8c0f356a031efb6324013f0722afa38b78db0c..5ce61c9b5280ba03faac522f7c497c5f1c0f2fea 100644 --- a/integrationtests/volumes_test.go +++ b/integrationtests/volumes_test.go @@ -149,8 +149,8 @@ func TestVolumeResize(t *testing.T) { initialSize int finalSize int }{ - {"plain", "", 26609, 57317}, - {"encrypted", "passphrase", 27761, 58597}, + {"plain", "", 25844, 56042}, + {"encrypted", "passphrase", 27044, 57402}, } for _, test := range tests {