mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
fix 1.8
This commit is contained in:
parent
1f69f616ad
commit
76187c484b
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ Shindo.tests("AWS::Support | trusted_advisor_checks", ["aws", "support"]) do
|
||||||
end
|
end
|
||||||
|
|
||||||
tests("model#flagged_resources").returns(true) do
|
tests("model#flagged_resources").returns(true) do
|
||||||
@model.flagged_resources.first.metadata.keys == @model.metadata
|
@model.flagged_resources.first.metadata.keys.sort == @model.metadata.sort
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue