mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS|DynamoDB] add missing pending for mocked tests
This commit is contained in:
parent
e2d54f5e43
commit
46a09347ef
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ Shindo.tests('Fog::AWS[:dynamodb] | item requests', ['aws']) do
|
|||
}
|
||||
|
||||
tests("#batch_get_item({'#{@table_name}' => {'Keys' => [{'HashKeyElement' => {'S' => 'key'}}]}})").formats(@batch_get_item_format) do
|
||||
pending if Fog.mocking?
|
||||
Fog::AWS[:dynamodb].batch_get_item(
|
||||
{@table_name => {'Keys' => [{'HashKeyElement' => {'S' => 'key'}}]}}
|
||||
).body
|
||||
|
|
Loading…
Add table
Reference in a new issue