Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
Signed-off-by: abarreiro <[email protected]>
  • Loading branch information
abarreiro committed Jan 10, 2025
1 parent e6d9545 commit aadb351
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions govcd/tm_vdc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ func (vcd *TestVCD) Test_TmVdc(check *C) {
check.Assert(err, IsNil)
check.Assert(len(vmClasses) > 0, Equals, true)

sp, err := region.GetStoragePolicyByName(vcd.config.Tm.StorageClass)
check.Assert(err, IsNil)
check.Assert(sp, NotNil)

vdcType := &types.TmVdc{
Name: check.TestName(),
Org: &types.OpenApiReference{ID: org.TmOrg.ID},
Expand Down

0 comments on commit aadb351

Please sign in to comment.