Skip to content

Commit

Permalink
[Brightbox] Updated format for nested firewall policies
Browse files Browse the repository at this point in the history
Description is allowed to be nil
  • Loading branch information
tokengeek committed Jan 10, 2012
1 parent 1f43684 commit e3c9f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/brightbox/requests/compute/helper.rb
Expand Up @@ -111,7 +111,7 @@ module Nested
"name" => String,
"default" => Fog::Boolean,
"created_at" => String,
"description" => String
"description" => Fog::Nullable::String
}

FIREWALL_RULE = {
Expand Down

0 comments on commit e3c9f1b

Please sign in to comment.