Skip to content

Commit

Permalink
Fix list volume test (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Aug 22, 2023
1 parent 8720494 commit 80e967a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/volumes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80e967a

Please sign in to comment.