diff --git a/test/integration/factories/target_pools_factory.rb b/test/integration/factories/target_pools_factory.rb index cfa8c0e991..f53c576d35 100644 --- a/test/integration/factories/target_pools_factory.rb +++ b/test/integration/factories/target_pools_factory.rb @@ -19,6 +19,6 @@ def params { :name => resource_name, :region => TEST_REGION, :instances => [@servers.create.self_link], - :healthChecks => [@http_health_checks.create.self_link] } + :health_checks => [@http_health_checks.create.self_link] } end end