File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
influxdb/tests/influxdb08 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ def testSeveralSeriesNames(self):
111
111
self .assertTrue (all ([el in expectation for el in rcvd ]) and
112
112
all ([el in rcvd for el in expectation ]),
113
113
'Invalid JSON body of time series returned from '
114
- '_json_body_ for several series names: {}.'
114
+ '_json_body_ for several series names: {0 }.'
115
115
.format (rcvd ))
116
116
TestSeriesHelper .MySeriesHelper ._reset_ ()
117
117
self .assertEqual (
@@ -171,8 +171,8 @@ class Meta:
171
171
172
172
self .assertGreaterEqual (
173
173
len (rec_warnings ), 1 ,
174
- '{} call should have generated one warning.'
175
- 'Actual generated warnings: {}' .format (
174
+ '{0 } call should have generated one warning.'
175
+ 'Actual generated warnings: {1 }' .format (
176
176
WarnBulkSizeZero , '\n ' .join (map (str , rec_warnings ))))
177
177
178
178
expected_msg = (
@@ -201,8 +201,8 @@ class Meta:
201
201
202
202
self .assertGreaterEqual (
203
203
len (rec_warnings ), 1 ,
204
- '{} call should have generated one warning.'
205
- 'Actual generated warnings: {}' .format (
204
+ '{0 } call should have generated one warning.'
205
+ 'Actual generated warnings: {1 }' .format (
206
206
WarnBulkSizeNoEffect , '\n ' .join (map (str , rec_warnings ))))
207
207
208
208
expected_msg = (
You can’t perform that action at this time.
0 commit comments