vmware / go-vcloud-director

Golang SDK for VMware Cloud Director
Other
76 stars 79 forks source link

Fix RDE Types test #681

Closed adambarreiro closed 1 month ago

adambarreiro commented 1 month ago

In VCD 10.6+, there are some pre-defined RDE Types that tenant users can read without extra rights, hence the method call doesn't return 0 anymore.

This PR adjusts this test for this case.