Skip to content

Commit d55a19c

Browse files
committed
wrong indentation
Signed-off-by: hwassman <[email protected]>
1 parent 0bb5934 commit d55a19c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/test_opentsdb.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ def query_raw_data_setup():
123123
{'filter': 'scale-11', 'groupBy': False,
124124
'tagk': 'node', 'type': 'pm_filter'
125125
}],
126-
'metric': 'cpu_system', 'index': 0,
127-
'shouldComputeRate': True, 'isCounter': False
128-
}
126+
'metric': 'cpu_system', 'index': 0,
127+
'shouldComputeRate': True, 'isCounter': False
128+
}
129129
}
130130
jreq2 = {'start': 1739214930519, 'end': 1739215230519, 'arrays': True,
131131
'inputQuery': {'aggregator': 'noop', 'downsample': '1m-avg',
@@ -135,7 +135,7 @@ def query_raw_data_setup():
135135
}],
136136
'metric': 'cpu_system', 'index': 0,
137137
'shouldComputeRate': True, 'isCounter': True
138-
}
138+
}
139139
}
140140
jreq3 = {'start': 1746277483949, 'end': None,
141141
'inputQuery': {'aggregator': 'noop', 'downsampleAggregator': 'avg',
@@ -152,7 +152,7 @@ def query_raw_data_setup():
152152
'disableDownsampling': True,
153153
'explicitTags': False, 'index': 0
154154
}
155-
}
155+
}
156156

157157

158158
@with_setup(my_setup)

0 commit comments

Comments
 (0)