@@ -749,7 +749,7 @@ def test_delete_posix_account_field_headers():
749
749
# a field header. Set these to a non-empty value.
750
750
request = oslogin .DeletePosixAccountRequest ()
751
751
752
- request .name = "name/value "
752
+ request .name = "name_value "
753
753
754
754
# Mock the actual call within the gRPC stub, and fake the request.
755
755
with mock .patch .object (
@@ -767,7 +767,7 @@ def test_delete_posix_account_field_headers():
767
767
_ , _ , kw = call .mock_calls [0 ]
768
768
assert (
769
769
"x-goog-request-params" ,
770
- "name=name/value " ,
770
+ "name=name_value " ,
771
771
) in kw ["metadata" ]
772
772
773
773
@@ -781,7 +781,7 @@ async def test_delete_posix_account_field_headers_async():
781
781
# a field header. Set these to a non-empty value.
782
782
request = oslogin .DeletePosixAccountRequest ()
783
783
784
- request .name = "name/value "
784
+ request .name = "name_value "
785
785
786
786
# Mock the actual call within the gRPC stub, and fake the request.
787
787
with mock .patch .object (
@@ -799,7 +799,7 @@ async def test_delete_posix_account_field_headers_async():
799
799
_ , _ , kw = call .mock_calls [0 ]
800
800
assert (
801
801
"x-goog-request-params" ,
802
- "name=name/value " ,
802
+ "name=name_value " ,
803
803
) in kw ["metadata" ]
804
804
805
805
@@ -983,7 +983,7 @@ def test_delete_ssh_public_key_field_headers():
983
983
# a field header. Set these to a non-empty value.
984
984
request = oslogin .DeleteSshPublicKeyRequest ()
985
985
986
- request .name = "name/value "
986
+ request .name = "name_value "
987
987
988
988
# Mock the actual call within the gRPC stub, and fake the request.
989
989
with mock .patch .object (
@@ -1001,7 +1001,7 @@ def test_delete_ssh_public_key_field_headers():
1001
1001
_ , _ , kw = call .mock_calls [0 ]
1002
1002
assert (
1003
1003
"x-goog-request-params" ,
1004
- "name=name/value " ,
1004
+ "name=name_value " ,
1005
1005
) in kw ["metadata" ]
1006
1006
1007
1007
@@ -1015,7 +1015,7 @@ async def test_delete_ssh_public_key_field_headers_async():
1015
1015
# a field header. Set these to a non-empty value.
1016
1016
request = oslogin .DeleteSshPublicKeyRequest ()
1017
1017
1018
- request .name = "name/value "
1018
+ request .name = "name_value "
1019
1019
1020
1020
# Mock the actual call within the gRPC stub, and fake the request.
1021
1021
with mock .patch .object (
@@ -1033,7 +1033,7 @@ async def test_delete_ssh_public_key_field_headers_async():
1033
1033
_ , _ , kw = call .mock_calls [0 ]
1034
1034
assert (
1035
1035
"x-goog-request-params" ,
1036
- "name=name/value " ,
1036
+ "name=name_value " ,
1037
1037
) in kw ["metadata" ]
1038
1038
1039
1039
@@ -1225,7 +1225,7 @@ def test_get_login_profile_field_headers():
1225
1225
# a field header. Set these to a non-empty value.
1226
1226
request = oslogin .GetLoginProfileRequest ()
1227
1227
1228
- request .name = "name/value "
1228
+ request .name = "name_value "
1229
1229
1230
1230
# Mock the actual call within the gRPC stub, and fake the request.
1231
1231
with mock .patch .object (
@@ -1243,7 +1243,7 @@ def test_get_login_profile_field_headers():
1243
1243
_ , _ , kw = call .mock_calls [0 ]
1244
1244
assert (
1245
1245
"x-goog-request-params" ,
1246
- "name=name/value " ,
1246
+ "name=name_value " ,
1247
1247
) in kw ["metadata" ]
1248
1248
1249
1249
@@ -1257,7 +1257,7 @@ async def test_get_login_profile_field_headers_async():
1257
1257
# a field header. Set these to a non-empty value.
1258
1258
request = oslogin .GetLoginProfileRequest ()
1259
1259
1260
- request .name = "name/value "
1260
+ request .name = "name_value "
1261
1261
1262
1262
# Mock the actual call within the gRPC stub, and fake the request.
1263
1263
with mock .patch .object (
@@ -1277,7 +1277,7 @@ async def test_get_login_profile_field_headers_async():
1277
1277
_ , _ , kw = call .mock_calls [0 ]
1278
1278
assert (
1279
1279
"x-goog-request-params" ,
1280
- "name=name/value " ,
1280
+ "name=name_value " ,
1281
1281
) in kw ["metadata" ]
1282
1282
1283
1283
@@ -1483,7 +1483,7 @@ def test_get_ssh_public_key_field_headers():
1483
1483
# a field header. Set these to a non-empty value.
1484
1484
request = oslogin .GetSshPublicKeyRequest ()
1485
1485
1486
- request .name = "name/value "
1486
+ request .name = "name_value "
1487
1487
1488
1488
# Mock the actual call within the gRPC stub, and fake the request.
1489
1489
with mock .patch .object (
@@ -1501,7 +1501,7 @@ def test_get_ssh_public_key_field_headers():
1501
1501
_ , _ , kw = call .mock_calls [0 ]
1502
1502
assert (
1503
1503
"x-goog-request-params" ,
1504
- "name=name/value " ,
1504
+ "name=name_value " ,
1505
1505
) in kw ["metadata" ]
1506
1506
1507
1507
@@ -1515,7 +1515,7 @@ async def test_get_ssh_public_key_field_headers_async():
1515
1515
# a field header. Set these to a non-empty value.
1516
1516
request = oslogin .GetSshPublicKeyRequest ()
1517
1517
1518
- request .name = "name/value "
1518
+ request .name = "name_value "
1519
1519
1520
1520
# Mock the actual call within the gRPC stub, and fake the request.
1521
1521
with mock .patch .object (
@@ -1533,7 +1533,7 @@ async def test_get_ssh_public_key_field_headers_async():
1533
1533
_ , _ , kw = call .mock_calls [0 ]
1534
1534
assert (
1535
1535
"x-goog-request-params" ,
1536
- "name=name/value " ,
1536
+ "name=name_value " ,
1537
1537
) in kw ["metadata" ]
1538
1538
1539
1539
@@ -1719,7 +1719,7 @@ def test_import_ssh_public_key_field_headers():
1719
1719
# a field header. Set these to a non-empty value.
1720
1720
request = oslogin .ImportSshPublicKeyRequest ()
1721
1721
1722
- request .parent = "parent/value "
1722
+ request .parent = "parent_value "
1723
1723
1724
1724
# Mock the actual call within the gRPC stub, and fake the request.
1725
1725
with mock .patch .object (
@@ -1737,7 +1737,7 @@ def test_import_ssh_public_key_field_headers():
1737
1737
_ , _ , kw = call .mock_calls [0 ]
1738
1738
assert (
1739
1739
"x-goog-request-params" ,
1740
- "parent=parent/value " ,
1740
+ "parent=parent_value " ,
1741
1741
) in kw ["metadata" ]
1742
1742
1743
1743
@@ -1751,7 +1751,7 @@ async def test_import_ssh_public_key_field_headers_async():
1751
1751
# a field header. Set these to a non-empty value.
1752
1752
request = oslogin .ImportSshPublicKeyRequest ()
1753
1753
1754
- request .parent = "parent/value "
1754
+ request .parent = "parent_value "
1755
1755
1756
1756
# Mock the actual call within the gRPC stub, and fake the request.
1757
1757
with mock .patch .object (
@@ -1771,7 +1771,7 @@ async def test_import_ssh_public_key_field_headers_async():
1771
1771
_ , _ , kw = call .mock_calls [0 ]
1772
1772
assert (
1773
1773
"x-goog-request-params" ,
1774
- "parent=parent/value " ,
1774
+ "parent=parent_value " ,
1775
1775
) in kw ["metadata" ]
1776
1776
1777
1777
@@ -1997,7 +1997,7 @@ def test_update_ssh_public_key_field_headers():
1997
1997
# a field header. Set these to a non-empty value.
1998
1998
request = oslogin .UpdateSshPublicKeyRequest ()
1999
1999
2000
- request .name = "name/value "
2000
+ request .name = "name_value "
2001
2001
2002
2002
# Mock the actual call within the gRPC stub, and fake the request.
2003
2003
with mock .patch .object (
@@ -2015,7 +2015,7 @@ def test_update_ssh_public_key_field_headers():
2015
2015
_ , _ , kw = call .mock_calls [0 ]
2016
2016
assert (
2017
2017
"x-goog-request-params" ,
2018
- "name=name/value " ,
2018
+ "name=name_value " ,
2019
2019
) in kw ["metadata" ]
2020
2020
2021
2021
@@ -2029,7 +2029,7 @@ async def test_update_ssh_public_key_field_headers_async():
2029
2029
# a field header. Set these to a non-empty value.
2030
2030
request = oslogin .UpdateSshPublicKeyRequest ()
2031
2031
2032
- request .name = "name/value "
2032
+ request .name = "name_value "
2033
2033
2034
2034
# Mock the actual call within the gRPC stub, and fake the request.
2035
2035
with mock .patch .object (
@@ -2047,7 +2047,7 @@ async def test_update_ssh_public_key_field_headers_async():
2047
2047
_ , _ , kw = call .mock_calls [0 ]
2048
2048
assert (
2049
2049
"x-goog-request-params" ,
2050
- "name=name/value " ,
2050
+ "name=name_value " ,
2051
2051
) in kw ["metadata" ]
2052
2052
2053
2053
0 commit comments