@@ -425,7 +425,7 @@ def test_lookup_single_key_empty_response(self):
425425 self .assertEqual (cw ['method' ], 'POST' )
426426 expected_headers = {
427427 'Content-Type' : 'application/x-protobuf' ,
428- 'Content-Length' : '24 ' ,
428+ 'Content-Length' : '26 ' ,
429429 'User-Agent' : conn .USER_AGENT ,
430430 }
431431 self .assertEqual (cw ['headers' ], expected_headers )
@@ -466,7 +466,7 @@ def test_lookup_single_key_nonempty_response(self):
466466 self .assertEqual (cw ['method' ], 'POST' )
467467 expected_headers = {
468468 'Content-Type' : 'application/x-protobuf' ,
469- 'Content-Length' : '24 ' ,
469+ 'Content-Length' : '26 ' ,
470470 'User-Agent' : conn .USER_AGENT ,
471471 }
472472 self .assertEqual (cw ['headers' ], expected_headers )
@@ -504,7 +504,7 @@ def test_lookup_multiple_keys_empty_response(self):
504504 self .assertEqual (cw ['method' ], 'POST' )
505505 expected_headers = {
506506 'Content-Type' : 'application/x-protobuf' ,
507- 'Content-Length' : '48 ' ,
507+ 'Content-Length' : '52 ' ,
508508 'User-Agent' : conn .USER_AGENT ,
509509 }
510510 self .assertEqual (cw ['headers' ], expected_headers )
@@ -549,7 +549,7 @@ def test_commit_wo_transaction(self):
549549 self .assertEqual (cw ['method' ], 'POST' )
550550 expected_headers = {
551551 'Content-Type' : 'application/x-protobuf' ,
552- 'Content-Length' : '45 ' ,
552+ 'Content-Length' : '47 ' ,
553553 'User-Agent' : conn .USER_AGENT ,
554554 }
555555 self .assertEqual (cw ['headers' ], expected_headers )
@@ -597,7 +597,7 @@ def id(self):
597597 self .assertEqual (cw ['method' ], 'POST' )
598598 expected_headers = {
599599 'Content-Type' : 'application/x-protobuf' ,
600- 'Content-Length' : '51 ' ,
600+ 'Content-Length' : '53 ' ,
601601 'User-Agent' : conn .USER_AGENT ,
602602 }
603603 self .assertEqual (cw ['headers' ], expected_headers )
@@ -634,7 +634,7 @@ def test_save_entity_wo_transaction_w_upsert(self):
634634 self .assertEqual (cw ['method' ], 'POST' )
635635 expected_headers = {
636636 'Content-Type' : 'application/x-protobuf' ,
637- 'Content-Length' : '45 ' ,
637+ 'Content-Length' : '47 ' ,
638638 'User-Agent' : conn .USER_AGENT ,
639639 }
640640 self .assertEqual (cw ['headers' ], expected_headers )
@@ -687,7 +687,7 @@ def test_save_entity_wo_transaction_w_auto_id(self):
687687 self .assertEqual (cw ['method' ], 'POST' )
688688 expected_headers = {
689689 'Content-Type' : 'application/x-protobuf' ,
690- 'Content-Length' : '42 ' ,
690+ 'Content-Length' : '44 ' ,
691691 'User-Agent' : conn .USER_AGENT ,
692692 }
693693 self .assertEqual (cw ['headers' ], expected_headers )
@@ -784,7 +784,7 @@ def test_delete_entities_wo_transaction(self):
784784 self .assertEqual (cw ['method' ], 'POST' )
785785 expected_headers = {
786786 'Content-Type' : 'application/x-protobuf' ,
787- 'Content-Length' : '28 ' ,
787+ 'Content-Length' : '30 ' ,
788788 'User-Agent' : conn .USER_AGENT ,
789789 }
790790 self .assertEqual (cw ['headers' ], expected_headers )
0 commit comments