From f635989dc9c0ca8c21bc3de6fb7fce0cd7434092 Mon Sep 17 00:00:00 2001 From: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com> Date: Fri, 18 Aug 2023 14:37:41 -0400 Subject: [PATCH] Fix list volume test --- test/integration/volumes_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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