Skip to content

Commit

Permalink
Merge pull request #272 from syncrou/resolve_security_groups_array_in…
Browse files Browse the repository at this point in the history
…teger_validation

Adjust test result to match new data_type
  • Loading branch information
gmcculloug authored Jul 18, 2017
2 parents 52afa09 + dee4339 commit f19e6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/api/provision_requests_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"placement_availability_zone" => [az.id, az.name],
"cloud_network" => [cloud_network1.id, cloud_network1.name],
"cloud_subnet" => [cloud_subnet1.id, anything],
"security_groups" => [security_group1.id, security_group1.name],
"security_groups" => [security_group1.id],
"floating_ip_address" => [floating_ip1.id, floating_ip1.name]
)
)
Expand Down

0 comments on commit f19e6f1

Please sign in to comment.