mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
removed fog mock from db snapshot tests
This commit is contained in:
parent
84b406475a
commit
6c0043b4ad
1 changed files with 0 additions and 6 deletions
|
@ -24,12 +24,6 @@ Shindo.tests('Fog::Rds[:aws] | db snapshot requests', ['aws']) do
|
||||||
'snapshotId' => String
|
'snapshotId' => String
|
||||||
}
|
}
|
||||||
|
|
||||||
Fog.mock!
|
|
||||||
Fog.credentials = {
|
|
||||||
:aws_access_key_id => "aws_access_key_id",
|
|
||||||
:aws_secret_access_key => "aws_secret_access_key",
|
|
||||||
}
|
|
||||||
|
|
||||||
@rds_identity = "test_rds"
|
@rds_identity = "test_rds"
|
||||||
response = Fog::AWS[:rds].create_db_instance(@rds_identity,{
|
response = Fog::AWS[:rds].create_db_instance(@rds_identity,{
|
||||||
"DBInstanceClass"=>"db.m3.xlarge",
|
"DBInstanceClass"=>"db.m3.xlarge",
|
||||||
|
|
Loading…
Reference in a new issue