@@ -498,7 +498,7 @@ def delete(self, path_segment, owner=None, app=None, sharing=None, **query):
498498
499499 c = binding.connect(...)
500500 c.delete('saved/searches/boris') == \\
501- {'body': ' ...a response reader object...' ,
501+ {'body': ...a response reader object...,
502502 'headers': [('content-length', '1786'),
503503 ('expires', 'Fri, 30 Oct 1998 00:00:00 GMT'),
504504 ('server', 'Splunkd'),
@@ -556,7 +556,7 @@ def get(self, path_segment, owner=None, app=None, sharing=None, **query):
556556
557557 c = binding.connect(...)
558558 c.get('apps/local') == \\
559- {'body': ' ...a response reader object...' ,
559+ {'body': ...a response reader object...,
560560 'headers': [('content-length', '26208'),
561561 ('expires', 'Fri, 30 Oct 1998 00:00:00 GMT'),
562562 ('server', 'Splunkd'),
@@ -622,7 +622,7 @@ def post(self, path_segment, owner=None, app=None, sharing=None, headers=[], **q
622622 c = binding.connect(...)
623623 c.post('saved/searches', name='boris',
624624 search='search * earliest=-1m | head 1') == \\
625- {'body': ' ...a response reader object...' ,
625+ {'body': ...a response reader object...,
626626 'headers': [('content-length', '10455'),
627627 ('expires', 'Fri, 30 Oct 1998 00:00:00 GMT'),
628628 ('server', 'Splunkd'),
@@ -687,7 +687,7 @@ def request(self, path_segment, method="GET", headers=[], body="",
687687
688688 c = binding.connect(...)
689689 c.request('saved/searches', method='GET') == \\
690- {'body': ' ...a response reader object...' ,
690+ {'body': ...a response reader object...,
691691 'headers': [('content-length', '46722'),
692692 ('expires', 'Fri, 30 Oct 1998 00:00:00 GMT'),
693693 ('server', 'Splunkd'),
0 commit comments