mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Trailing whitespace cleanup.
This commit is contained in:
parent
18bdf9e55b
commit
f6c57f4f17
1 changed files with 5 additions and 5 deletions
|
@ -3,9 +3,9 @@ Shindo.tests('AWS::CloudWatch | metric requests', ['aws', 'cloudwatch']) do
|
||||||
tests('success') do
|
tests('success') do
|
||||||
@metrics_list_format = {
|
@metrics_list_format = {
|
||||||
'ListMetricsResult' => {
|
'ListMetricsResult' => {
|
||||||
'Metrics' =>
|
'Metrics' =>
|
||||||
[{
|
[{
|
||||||
'Dimensions' =>
|
'Dimensions' =>
|
||||||
[{
|
[{
|
||||||
'Name' => String,
|
'Name' => String,
|
||||||
'Value' => String
|
'Value' => String
|
||||||
|
@ -20,9 +20,9 @@ Shindo.tests('AWS::CloudWatch | metric requests', ['aws', 'cloudwatch']) do
|
||||||
@instanceId = 'i-2f3eab59'
|
@instanceId = 'i-2f3eab59'
|
||||||
@dimension_filtered_metrics_list_format = {
|
@dimension_filtered_metrics_list_format = {
|
||||||
'ListMetricsResult' => {
|
'ListMetricsResult' => {
|
||||||
'Metrics' =>
|
'Metrics' =>
|
||||||
[{
|
[{
|
||||||
'Dimensions' =>
|
'Dimensions' =>
|
||||||
[{
|
[{
|
||||||
'Name' => 'InstanceId',
|
'Name' => 'InstanceId',
|
||||||
'Value' => @instanceId
|
'Value' => @instanceId
|
||||||
|
@ -61,4 +61,4 @@ Shindo.tests('AWS::CloudWatch | metric requests', ['aws', 'cloudwatch']) do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue