@@ -749,7 +749,7 @@ def test_delete_posix_account_field_headers():
749749 # a field header. Set these to a non-empty value.
750750 request = oslogin .DeletePosixAccountRequest ()
751751
752- request .name = "name/value "
752+ request .name = "name_value "
753753
754754 # Mock the actual call within the gRPC stub, and fake the request.
755755 with mock .patch .object (
@@ -767,7 +767,7 @@ def test_delete_posix_account_field_headers():
767767 _ , _ , kw = call .mock_calls [0 ]
768768 assert (
769769 "x-goog-request-params" ,
770- "name=name/value " ,
770+ "name=name_value " ,
771771 ) in kw ["metadata" ]
772772
773773
@@ -781,7 +781,7 @@ async def test_delete_posix_account_field_headers_async():
781781 # a field header. Set these to a non-empty value.
782782 request = oslogin .DeletePosixAccountRequest ()
783783
784- request .name = "name/value "
784+ request .name = "name_value "
785785
786786 # Mock the actual call within the gRPC stub, and fake the request.
787787 with mock .patch .object (
@@ -799,7 +799,7 @@ async def test_delete_posix_account_field_headers_async():
799799 _ , _ , kw = call .mock_calls [0 ]
800800 assert (
801801 "x-goog-request-params" ,
802- "name=name/value " ,
802+ "name=name_value " ,
803803 ) in kw ["metadata" ]
804804
805805
@@ -983,7 +983,7 @@ def test_delete_ssh_public_key_field_headers():
983983 # a field header. Set these to a non-empty value.
984984 request = oslogin .DeleteSshPublicKeyRequest ()
985985
986- request .name = "name/value "
986+ request .name = "name_value "
987987
988988 # Mock the actual call within the gRPC stub, and fake the request.
989989 with mock .patch .object (
@@ -1001,7 +1001,7 @@ def test_delete_ssh_public_key_field_headers():
10011001 _ , _ , kw = call .mock_calls [0 ]
10021002 assert (
10031003 "x-goog-request-params" ,
1004- "name=name/value " ,
1004+ "name=name_value " ,
10051005 ) in kw ["metadata" ]
10061006
10071007
@@ -1015,7 +1015,7 @@ async def test_delete_ssh_public_key_field_headers_async():
10151015 # a field header. Set these to a non-empty value.
10161016 request = oslogin .DeleteSshPublicKeyRequest ()
10171017
1018- request .name = "name/value "
1018+ request .name = "name_value "
10191019
10201020 # Mock the actual call within the gRPC stub, and fake the request.
10211021 with mock .patch .object (
@@ -1033,7 +1033,7 @@ async def test_delete_ssh_public_key_field_headers_async():
10331033 _ , _ , kw = call .mock_calls [0 ]
10341034 assert (
10351035 "x-goog-request-params" ,
1036- "name=name/value " ,
1036+ "name=name_value " ,
10371037 ) in kw ["metadata" ]
10381038
10391039
@@ -1225,7 +1225,7 @@ def test_get_login_profile_field_headers():
12251225 # a field header. Set these to a non-empty value.
12261226 request = oslogin .GetLoginProfileRequest ()
12271227
1228- request .name = "name/value "
1228+ request .name = "name_value "
12291229
12301230 # Mock the actual call within the gRPC stub, and fake the request.
12311231 with mock .patch .object (
@@ -1243,7 +1243,7 @@ def test_get_login_profile_field_headers():
12431243 _ , _ , kw = call .mock_calls [0 ]
12441244 assert (
12451245 "x-goog-request-params" ,
1246- "name=name/value " ,
1246+ "name=name_value " ,
12471247 ) in kw ["metadata" ]
12481248
12491249
@@ -1257,7 +1257,7 @@ async def test_get_login_profile_field_headers_async():
12571257 # a field header. Set these to a non-empty value.
12581258 request = oslogin .GetLoginProfileRequest ()
12591259
1260- request .name = "name/value "
1260+ request .name = "name_value "
12611261
12621262 # Mock the actual call within the gRPC stub, and fake the request.
12631263 with mock .patch .object (
@@ -1277,7 +1277,7 @@ async def test_get_login_profile_field_headers_async():
12771277 _ , _ , kw = call .mock_calls [0 ]
12781278 assert (
12791279 "x-goog-request-params" ,
1280- "name=name/value " ,
1280+ "name=name_value " ,
12811281 ) in kw ["metadata" ]
12821282
12831283
@@ -1483,7 +1483,7 @@ def test_get_ssh_public_key_field_headers():
14831483 # a field header. Set these to a non-empty value.
14841484 request = oslogin .GetSshPublicKeyRequest ()
14851485
1486- request .name = "name/value "
1486+ request .name = "name_value "
14871487
14881488 # Mock the actual call within the gRPC stub, and fake the request.
14891489 with mock .patch .object (
@@ -1501,7 +1501,7 @@ def test_get_ssh_public_key_field_headers():
15011501 _ , _ , kw = call .mock_calls [0 ]
15021502 assert (
15031503 "x-goog-request-params" ,
1504- "name=name/value " ,
1504+ "name=name_value " ,
15051505 ) in kw ["metadata" ]
15061506
15071507
@@ -1515,7 +1515,7 @@ async def test_get_ssh_public_key_field_headers_async():
15151515 # a field header. Set these to a non-empty value.
15161516 request = oslogin .GetSshPublicKeyRequest ()
15171517
1518- request .name = "name/value "
1518+ request .name = "name_value "
15191519
15201520 # Mock the actual call within the gRPC stub, and fake the request.
15211521 with mock .patch .object (
@@ -1533,7 +1533,7 @@ async def test_get_ssh_public_key_field_headers_async():
15331533 _ , _ , kw = call .mock_calls [0 ]
15341534 assert (
15351535 "x-goog-request-params" ,
1536- "name=name/value " ,
1536+ "name=name_value " ,
15371537 ) in kw ["metadata" ]
15381538
15391539
@@ -1719,7 +1719,7 @@ def test_import_ssh_public_key_field_headers():
17191719 # a field header. Set these to a non-empty value.
17201720 request = oslogin .ImportSshPublicKeyRequest ()
17211721
1722- request .parent = "parent/value "
1722+ request .parent = "parent_value "
17231723
17241724 # Mock the actual call within the gRPC stub, and fake the request.
17251725 with mock .patch .object (
@@ -1737,7 +1737,7 @@ def test_import_ssh_public_key_field_headers():
17371737 _ , _ , kw = call .mock_calls [0 ]
17381738 assert (
17391739 "x-goog-request-params" ,
1740- "parent=parent/value " ,
1740+ "parent=parent_value " ,
17411741 ) in kw ["metadata" ]
17421742
17431743
@@ -1751,7 +1751,7 @@ async def test_import_ssh_public_key_field_headers_async():
17511751 # a field header. Set these to a non-empty value.
17521752 request = oslogin .ImportSshPublicKeyRequest ()
17531753
1754- request .parent = "parent/value "
1754+ request .parent = "parent_value "
17551755
17561756 # Mock the actual call within the gRPC stub, and fake the request.
17571757 with mock .patch .object (
@@ -1771,7 +1771,7 @@ async def test_import_ssh_public_key_field_headers_async():
17711771 _ , _ , kw = call .mock_calls [0 ]
17721772 assert (
17731773 "x-goog-request-params" ,
1774- "parent=parent/value " ,
1774+ "parent=parent_value " ,
17751775 ) in kw ["metadata" ]
17761776
17771777
@@ -1997,7 +1997,7 @@ def test_update_ssh_public_key_field_headers():
19971997 # a field header. Set these to a non-empty value.
19981998 request = oslogin .UpdateSshPublicKeyRequest ()
19991999
2000- request .name = "name/value "
2000+ request .name = "name_value "
20012001
20022002 # Mock the actual call within the gRPC stub, and fake the request.
20032003 with mock .patch .object (
@@ -2015,7 +2015,7 @@ def test_update_ssh_public_key_field_headers():
20152015 _ , _ , kw = call .mock_calls [0 ]
20162016 assert (
20172017 "x-goog-request-params" ,
2018- "name=name/value " ,
2018+ "name=name_value " ,
20192019 ) in kw ["metadata" ]
20202020
20212021
@@ -2029,7 +2029,7 @@ async def test_update_ssh_public_key_field_headers_async():
20292029 # a field header. Set these to a non-empty value.
20302030 request = oslogin .UpdateSshPublicKeyRequest ()
20312031
2032- request .name = "name/value "
2032+ request .name = "name_value "
20332033
20342034 # Mock the actual call within the gRPC stub, and fake the request.
20352035 with mock .patch .object (
@@ -2047,7 +2047,7 @@ async def test_update_ssh_public_key_field_headers_async():
20472047 _ , _ , kw = call .mock_calls [0 ]
20482048 assert (
20492049 "x-goog-request-params" ,
2050- "name=name/value " ,
2050+ "name=name_value " ,
20512051 ) in kw ["metadata" ]
20522052
20532053
0 commit comments