test/models/network/test_load_balancer.rb in fog-azure-rm-0.3.3 vs test/models/network/test_load_balancer.rb in fog-azure-rm-0.3.4

- old
+ new

@@ -28,10 +28,11 @@ :frontend_ip_configurations, :backend_address_pool_names, :load_balancing_rules, :probes, :inbound_nat_rules, - :inbound_nat_pools + :inbound_nat_pools, + :tags ] attributes.each do |attribute| assert_respond_to @load_balancer, attribute end end