mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
even more 1.8 test fixes
This commit is contained in:
parent
e9fadb805e
commit
8902af85dd
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Shindo.tests("AWS::RDS | cluster", ["aws", "rds"]) do
|
|||
returns([]) { @instance.snapshots }
|
||||
|
||||
snapshot_id = uniq_id("manual-snapshot")
|
||||
snapshot = @instance.snapshots.create(id: snapshot_id)
|
||||
snapshot = @instance.snapshots.create(:id => snapshot_id)
|
||||
returns(snapshot_id) { snapshot.id }
|
||||
snapshot.wait_for { ready? }
|
||||
returns([snapshot.id]) { @instance.snapshots.map(&:id) }
|
||||
|
|
Loading…
Add table
Reference in a new issue