mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
11 lines
283 B
Ruby
11 lines
283 B
Ruby
Shindo.tests('AWS::Federation | signin tokens', ['aws']) do
|
|
@signin_token_format = {
|
|
'SigninToken' => String
|
|
}
|
|
|
|
tests("#get_signin_token").formats(@signin_token_format) do
|
|
pending unless Fog.mocking?
|
|
|
|
Fog::AWS[:federation].get_signin_token("test_policy")
|
|
end
|
|
end
|