File tree 1 file changed +3
-3
lines changed
src/python_testing/test_testing
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,18 +219,18 @@ def main():
219
219
read_resp = get_clusters ([0 , 1 ])
220
220
ok = test_runner .run_test_with_mock_read (read_resp , hooks )
221
221
if not ok :
222
- failures .append (f "Test case failure: test_checkers" )
222
+ failures .append ("Test case failure: test_checkers" )
223
223
224
224
test_runner .set_test ('TestDecorators.py' , 'TestDecorators' , 'test_endpoints' )
225
225
read_resp = get_clusters ([0 , 1 ])
226
226
ok = test_runner .run_test_with_mock_read (read_resp , hooks )
227
227
if not ok :
228
- failures .append (f "Test case failure: test_endpoints" )
228
+ failures .append ("Test case failure: test_endpoints" )
229
229
230
230
read_resp = get_clusters ([0 ])
231
231
ok = test_runner .run_test_with_mock_read (read_resp , hooks )
232
232
if not ok :
233
- failures .append (f "Test case failure: test_endpoints" )
233
+ failures .append ("Test case failure: test_endpoints" )
234
234
235
235
test_name = 'test_whole_node_with_pics'
236
236
test_runner .set_test ('TestDecorators.py' , 'TestDecorators' , test_name )
You can’t perform that action at this time.
0 commit comments