Skip to content

Commit

Permalink
Fix list volume test
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Aug 18, 2023
1 parent 5d5e717 commit f635989
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 f635989

Please sign in to comment.