@@ -406,7 +406,7 @@ def test_lookup_single_key_empty_response(self):
406406 self .assertEqual (cw ['method' ], 'POST' )
407407 self .assertEqual (cw ['headers' ],
408408 {'Content-Type' : 'application/x-protobuf' ,
409- 'Content-Length' : '26 ' ,
409+ 'Content-Length' : '24 ' ,
410410 'User-Agent' : conn .USER_AGENT ,
411411 })
412412 rq_class = datastore_pb .LookupRequest
@@ -445,7 +445,7 @@ def test_lookup_single_key_nonempty_response(self):
445445 self .assertEqual (cw ['method' ], 'POST' )
446446 self .assertEqual (cw ['headers' ],
447447 {'Content-Type' : 'application/x-protobuf' ,
448- 'Content-Length' : '26 ' ,
448+ 'Content-Length' : '24 ' ,
449449 'User-Agent' : conn .USER_AGENT ,
450450 })
451451 rq_class = datastore_pb .LookupRequest
@@ -481,7 +481,7 @@ def test_lookup_multiple_keys_empty_response(self):
481481 self .assertEqual (cw ['method' ], 'POST' )
482482 self .assertEqual (cw ['headers' ],
483483 {'Content-Type' : 'application/x-protobuf' ,
484- 'Content-Length' : '52 ' ,
484+ 'Content-Length' : '48 ' ,
485485 'User-Agent' : conn .USER_AGENT ,
486486 })
487487 rq_class = datastore_pb .LookupRequest
@@ -524,7 +524,7 @@ def test_commit_wo_transaction(self):
524524 self .assertEqual (cw ['method' ], 'POST' )
525525 self .assertEqual (cw ['headers' ],
526526 {'Content-Type' : 'application/x-protobuf' ,
527- 'Content-Length' : '47 ' ,
527+ 'Content-Length' : '45 ' ,
528528 'User-Agent' : conn .USER_AGENT ,
529529 })
530530 rq_class = datastore_pb .CommitRequest
@@ -570,7 +570,7 @@ def id(self):
570570 self .assertEqual (cw ['method' ], 'POST' )
571571 self .assertEqual (cw ['headers' ],
572572 {'Content-Type' : 'application/x-protobuf' ,
573- 'Content-Length' : '53 ' ,
573+ 'Content-Length' : '51 ' ,
574574 'User-Agent' : conn .USER_AGENT ,
575575 })
576576 rq_class = datastore_pb .CommitRequest
@@ -605,7 +605,7 @@ def test_save_entity_wo_transaction_w_upsert(self):
605605 self .assertEqual (cw ['method' ], 'POST' )
606606 self .assertEqual (cw ['headers' ],
607607 {'Content-Type' : 'application/x-protobuf' ,
608- 'Content-Length' : '47 ' ,
608+ 'Content-Length' : '45 ' ,
609609 'User-Agent' : conn .USER_AGENT ,
610610 })
611611 rq_class = datastore_pb .CommitRequest
@@ -656,7 +656,7 @@ def test_save_entity_wo_transaction_w_auto_id(self):
656656 self .assertEqual (cw ['method' ], 'POST' )
657657 self .assertEqual (cw ['headers' ],
658658 {'Content-Type' : 'application/x-protobuf' ,
659- 'Content-Length' : '44 ' ,
659+ 'Content-Length' : '42 ' ,
660660 'User-Agent' : conn .USER_AGENT ,
661661 })
662662 rq_class = datastore_pb .CommitRequest
@@ -751,7 +751,7 @@ def test_delete_entities_wo_transaction(self):
751751 self .assertEqual (cw ['method' ], 'POST' )
752752 self .assertEqual (cw ['headers' ],
753753 {'Content-Type' : 'application/x-protobuf' ,
754- 'Content-Length' : '30 ' ,
754+ 'Content-Length' : '28 ' ,
755755 'User-Agent' : conn .USER_AGENT ,
756756 })
757757 rq_class = datastore_pb .CommitRequest
@@ -816,7 +816,7 @@ def test_delete_entity_wo_transaction(self):
816816 self .assertEqual (cw ['method' ], 'POST' )
817817 self .assertEqual (cw ['headers' ],
818818 {'Content-Type' : 'application/x-protobuf' ,
819- 'Content-Length' : '30 ' ,
819+ 'Content-Length' : '28 ' ,
820820 'User-Agent' : conn .USER_AGENT ,
821821 })
822822 rq_class = datastore_pb .CommitRequest
0 commit comments