Skip to content

Commit

Permalink
Fix acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
dstdfx committed Feb 2, 2018
1 parent 617ffd5 commit c1b5375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/openstack/compute/v2/aggregates_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestAggregatesCreateGetDelete(t *testing.T) {
if err != nil {
t.Fatalf("Unable to create an aggregate: %v", err)
}
defer DeleteAggregate(t, client, aggregate)
defer DeleteAggregate(t, client, createdAggregate)

aggregate, err := aggregates.Get(client, createdAggregate.ID).Extract()
if err != nil {
Expand Down

0 comments on commit c1b5375

Please sign in to comment.