Skip to content

Commit

Permalink
Fix TargetPools factory
Browse files Browse the repository at this point in the history
Alias doesn’t work on .create, possibly related to: fog/fog-core#237
  • Loading branch information
Temikus committed Jul 16, 2018
1 parent 71628c9 commit 662908b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/factories/target_pools_factory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 662908b

Please sign in to comment.