mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Drop 'extras' from tenant test validations.
This commit is contained in:
parent
65a90fd655
commit
020d992b57
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ Shindo.tests('Fog::Identity[:openstack] | tenant requests', ['openstack']) do
|
|||
'id' => String,
|
||||
'name' => String,
|
||||
'enabled' => Fog::Nullable::Boolean,
|
||||
'description' => Fog::Nullable::String,
|
||||
'extra' => Fog::Nullable::Hash
|
||||
'description' => Fog::Nullable::String
|
||||
}
|
||||
|
||||
@role_format = {
|
||||
|
|
Loading…
Add table
Reference in a new issue