diff --git a/tests/vcloud_director/requests/compute/edge_gateway_tests.rb b/tests/vcloud_director/requests/compute/edge_gateway_tests.rb index 04cdc46c0..db3feaa4d 100644 --- a/tests/vcloud_director/requests/compute/edge_gateway_tests.rb +++ b/tests/vcloud_director/requests/compute/edge_gateway_tests.rb @@ -41,8 +41,4 @@ Shindo.tests('Compute::VcloudDirector | edge gateway requests', ['vclouddirector @service.get_edge_gateway('00000000-0000-0000-0000-000000000000') end - tests('Retrieve edge gateways for non-existent VDC').raises(Excon::Errors::Forbidden) do - @service.get_edge_gateways('00000000-0000-0000-0000-000000000000') - end - -end \ No newline at end of file +end diff --git a/tests/vcloud_director/requests/compute/schema_helper.rb b/tests/vcloud_director/requests/compute/schema_helper.rb index f2ca0bf71..13a836d97 100644 --- a/tests/vcloud_director/requests/compute/schema_helper.rb +++ b/tests/vcloud_director/requests/compute/schema_helper.rb @@ -512,7 +512,7 @@ class VcloudDirector #:GatewayIpsecVpnService => GATEWAY_IPSEC_VPN_SERVICE_TYPE, #not required #:GatewayDhcpService => GATEWAY_DHCP_SERVICE_TYPE, #not required #:LoadBalancerService => LOAD_BALANCER_SERVICE_TYPE, #not required - :NatService => NAT_SERVICE_TYPE, + #:NatService => NAT_SERVICE_TYPE, #not required :FirewallService => FIREWALL_SERVICE_TYPE }