mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Brightbox] Updated Image format tests for username
This commit is contained in:
parent
f70605cebc
commit
c7feaa46e5
1 changed files with 4 additions and 1 deletions
|
@ -110,7 +110,8 @@ class Brightbox
|
|||
"description" => String,
|
||||
"source" => String,
|
||||
"status" => String,
|
||||
"owner" => String
|
||||
"owner" => String,
|
||||
"username" => Fog::Nullable::String
|
||||
}
|
||||
|
||||
INTERFACE = {
|
||||
|
@ -232,6 +233,7 @@ class Brightbox
|
|||
"source_type" => String,
|
||||
"status" => String,
|
||||
"owner" => String,
|
||||
"username" => Fog::Nullable::String,
|
||||
"public" => Fog::Boolean,
|
||||
"official" => Fog::Boolean,
|
||||
"compatibility_mode" => Fog::Boolean,
|
||||
|
@ -415,6 +417,7 @@ class Brightbox
|
|||
"source_type" => String,
|
||||
"status" => String,
|
||||
"owner" => String, # Account ID not object
|
||||
"username" => Fog::Nullable::String,
|
||||
"public" => Fog::Boolean,
|
||||
"official" => Fog::Boolean,
|
||||
"compatibility_mode" => Fog::Boolean,
|
||||
|
|
Loading…
Reference in a new issue