@@ -496,7 +496,7 @@ def delete(self, path_segment, owner=None, app=None, sharing=None, **query):
496496
497497 c = binding.connect(...)
498498 c.delete('saved/searches/boris') == \\
499- {'body': ...a response reader object...,
499+ {'body': ' ...a response reader object...' ,
500500 'headers': [('content-length', '1786'),
501501 ('expires', 'Fri, 30 Oct 1998 00:00:00 GMT'),
502502 ('server', 'Splunkd'),
@@ -554,7 +554,7 @@ def get(self, path_segment, owner=None, app=None, sharing=None, **query):
554554
555555 c = binding.connect(...)
556556 c.get('apps/local') == \\
557- {'body': ...a response reader object...,
557+ {'body': ' ...a response reader object...' ,
558558 'headers': [('content-length', '26208'),
559559 ('expires', 'Fri, 30 Oct 1998 00:00:00 GMT'),
560560 ('server', 'Splunkd'),
@@ -620,7 +620,7 @@ def post(self, path_segment, owner=None, app=None, sharing=None, headers=[], **q
620620 c = binding.connect(...)
621621 c.post('saved/searches', name='boris',
622622 search='search * earliest=-1m | head 1') == \\
623- {'body': ...a response reader object...,
623+ {'body': ' ...a response reader object...' ,
624624 'headers': [('content-length', '10455'),
625625 ('expires', 'Fri, 30 Oct 1998 00:00:00 GMT'),
626626 ('server', 'Splunkd'),
@@ -685,7 +685,7 @@ def request(self, path_segment, method="GET", headers=[], body="",
685685
686686 c = binding.connect(...)
687687 c.request('saved/searches', method='GET') == \\
688- {'body': ...a response reader object...,
688+ {'body': ' ...a response reader object...' ,
689689 'headers': [('content-length', '46722'),
690690 ('expires', 'Fri, 30 Oct 1998 00:00:00 GMT'),
691691 ('server', 'Splunkd'),
0 commit comments