From 6c0043b4ad84b17554452d6895abc2df502073f6 Mon Sep 17 00:00:00 2001 From: David Vaz Date: Sat, 2 Jul 2016 00:24:26 +0530 Subject: [PATCH] removed fog mock from db snapshot tests --- tests/requests/rds/db_snapshot_tests.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/requests/rds/db_snapshot_tests.rb b/tests/requests/rds/db_snapshot_tests.rb index 931853e11..642174b72 100644 --- a/tests/requests/rds/db_snapshot_tests.rb +++ b/tests/requests/rds/db_snapshot_tests.rb @@ -24,12 +24,6 @@ Shindo.tests('Fog::Rds[:aws] | db snapshot requests', ['aws']) do '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" response = Fog::AWS[:rds].create_db_instance(@rds_identity,{ "DBInstanceClass"=>"db.m3.xlarge",