diff --git a/test/integration/volumes_test.go b/test/integration/volumes_test.go index 230146b00..66d60e79f 100644 --- a/test/integration/volumes_test.go +++ b/test/integration/volumes_test.go @@ -60,7 +60,7 @@ func TestVolumes_List_smoke(t *testing.T) { if err != nil { t.Errorf("Error listing volumes, expected struct, got error %v", err) } - found := true + found := false for _, v := range volumes { if v.ID == volume.ID { found = true