@@ -769,7 +769,7 @@ def test_run_report_field_headers():
769769 # a field header. Set these to a non-empty value.
770770 request = analytics_data_api .RunReportRequest ()
771771
772- request .property = "property/value "
772+ request .property = "property_value "
773773
774774 # Mock the actual call within the gRPC stub, and fake the request.
775775 with mock .patch .object (type (client .transport .run_report ), "__call__" ) as call :
@@ -785,7 +785,7 @@ def test_run_report_field_headers():
785785 _ , _ , kw = call .mock_calls [0 ]
786786 assert (
787787 "x-goog-request-params" ,
788- "property=property/value " ,
788+ "property=property_value " ,
789789 ) in kw ["metadata" ]
790790
791791
@@ -799,7 +799,7 @@ async def test_run_report_field_headers_async():
799799 # a field header. Set these to a non-empty value.
800800 request = analytics_data_api .RunReportRequest ()
801801
802- request .property = "property/value "
802+ request .property = "property_value "
803803
804804 # Mock the actual call within the gRPC stub, and fake the request.
805805 with mock .patch .object (type (client .transport .run_report ), "__call__" ) as call :
@@ -817,7 +817,7 @@ async def test_run_report_field_headers_async():
817817 _ , _ , kw = call .mock_calls [0 ]
818818 assert (
819819 "x-goog-request-params" ,
820- "property=property/value " ,
820+ "property=property_value " ,
821821 ) in kw ["metadata" ]
822822
823823
@@ -920,7 +920,7 @@ def test_run_pivot_report_field_headers():
920920 # a field header. Set these to a non-empty value.
921921 request = analytics_data_api .RunPivotReportRequest ()
922922
923- request .property = "property/value "
923+ request .property = "property_value "
924924
925925 # Mock the actual call within the gRPC stub, and fake the request.
926926 with mock .patch .object (type (client .transport .run_pivot_report ), "__call__" ) as call :
@@ -936,7 +936,7 @@ def test_run_pivot_report_field_headers():
936936 _ , _ , kw = call .mock_calls [0 ]
937937 assert (
938938 "x-goog-request-params" ,
939- "property=property/value " ,
939+ "property=property_value " ,
940940 ) in kw ["metadata" ]
941941
942942
@@ -950,7 +950,7 @@ async def test_run_pivot_report_field_headers_async():
950950 # a field header. Set these to a non-empty value.
951951 request = analytics_data_api .RunPivotReportRequest ()
952952
953- request .property = "property/value "
953+ request .property = "property_value "
954954
955955 # Mock the actual call within the gRPC stub, and fake the request.
956956 with mock .patch .object (type (client .transport .run_pivot_report ), "__call__" ) as call :
@@ -968,7 +968,7 @@ async def test_run_pivot_report_field_headers_async():
968968 _ , _ , kw = call .mock_calls [0 ]
969969 assert (
970970 "x-goog-request-params" ,
971- "property=property/value " ,
971+ "property=property_value " ,
972972 ) in kw ["metadata" ]
973973
974974
@@ -1077,7 +1077,7 @@ def test_batch_run_reports_field_headers():
10771077 # a field header. Set these to a non-empty value.
10781078 request = analytics_data_api .BatchRunReportsRequest ()
10791079
1080- request .property = "property/value "
1080+ request .property = "property_value "
10811081
10821082 # Mock the actual call within the gRPC stub, and fake the request.
10831083 with mock .patch .object (
@@ -1095,7 +1095,7 @@ def test_batch_run_reports_field_headers():
10951095 _ , _ , kw = call .mock_calls [0 ]
10961096 assert (
10971097 "x-goog-request-params" ,
1098- "property=property/value " ,
1098+ "property=property_value " ,
10991099 ) in kw ["metadata" ]
11001100
11011101
@@ -1109,7 +1109,7 @@ async def test_batch_run_reports_field_headers_async():
11091109 # a field header. Set these to a non-empty value.
11101110 request = analytics_data_api .BatchRunReportsRequest ()
11111111
1112- request .property = "property/value "
1112+ request .property = "property_value "
11131113
11141114 # Mock the actual call within the gRPC stub, and fake the request.
11151115 with mock .patch .object (
@@ -1129,7 +1129,7 @@ async def test_batch_run_reports_field_headers_async():
11291129 _ , _ , kw = call .mock_calls [0 ]
11301130 assert (
11311131 "x-goog-request-params" ,
1132- "property=property/value " ,
1132+ "property=property_value " ,
11331133 ) in kw ["metadata" ]
11341134
11351135
@@ -1238,7 +1238,7 @@ def test_batch_run_pivot_reports_field_headers():
12381238 # a field header. Set these to a non-empty value.
12391239 request = analytics_data_api .BatchRunPivotReportsRequest ()
12401240
1241- request .property = "property/value "
1241+ request .property = "property_value "
12421242
12431243 # Mock the actual call within the gRPC stub, and fake the request.
12441244 with mock .patch .object (
@@ -1256,7 +1256,7 @@ def test_batch_run_pivot_reports_field_headers():
12561256 _ , _ , kw = call .mock_calls [0 ]
12571257 assert (
12581258 "x-goog-request-params" ,
1259- "property=property/value " ,
1259+ "property=property_value " ,
12601260 ) in kw ["metadata" ]
12611261
12621262
@@ -1270,7 +1270,7 @@ async def test_batch_run_pivot_reports_field_headers_async():
12701270 # a field header. Set these to a non-empty value.
12711271 request = analytics_data_api .BatchRunPivotReportsRequest ()
12721272
1273- request .property = "property/value "
1273+ request .property = "property_value "
12741274
12751275 # Mock the actual call within the gRPC stub, and fake the request.
12761276 with mock .patch .object (
@@ -1290,7 +1290,7 @@ async def test_batch_run_pivot_reports_field_headers_async():
12901290 _ , _ , kw = call .mock_calls [0 ]
12911291 assert (
12921292 "x-goog-request-params" ,
1293- "property=property/value " ,
1293+ "property=property_value " ,
12941294 ) in kw ["metadata" ]
12951295
12961296
@@ -1392,7 +1392,7 @@ def test_get_metadata_field_headers():
13921392 # a field header. Set these to a non-empty value.
13931393 request = analytics_data_api .GetMetadataRequest ()
13941394
1395- request .name = "name/value "
1395+ request .name = "name_value "
13961396
13971397 # Mock the actual call within the gRPC stub, and fake the request.
13981398 with mock .patch .object (type (client .transport .get_metadata ), "__call__" ) as call :
@@ -1408,7 +1408,7 @@ def test_get_metadata_field_headers():
14081408 _ , _ , kw = call .mock_calls [0 ]
14091409 assert (
14101410 "x-goog-request-params" ,
1411- "name=name/value " ,
1411+ "name=name_value " ,
14121412 ) in kw ["metadata" ]
14131413
14141414
@@ -1422,7 +1422,7 @@ async def test_get_metadata_field_headers_async():
14221422 # a field header. Set these to a non-empty value.
14231423 request = analytics_data_api .GetMetadataRequest ()
14241424
1425- request .name = "name/value "
1425+ request .name = "name_value "
14261426
14271427 # Mock the actual call within the gRPC stub, and fake the request.
14281428 with mock .patch .object (type (client .transport .get_metadata ), "__call__" ) as call :
@@ -1440,7 +1440,7 @@ async def test_get_metadata_field_headers_async():
14401440 _ , _ , kw = call .mock_calls [0 ]
14411441 assert (
14421442 "x-goog-request-params" ,
1443- "name=name/value " ,
1443+ "name=name_value " ,
14441444 ) in kw ["metadata" ]
14451445
14461446
@@ -1635,7 +1635,7 @@ def test_run_realtime_report_field_headers():
16351635 # a field header. Set these to a non-empty value.
16361636 request = analytics_data_api .RunRealtimeReportRequest ()
16371637
1638- request .property = "property/value "
1638+ request .property = "property_value "
16391639
16401640 # Mock the actual call within the gRPC stub, and fake the request.
16411641 with mock .patch .object (
@@ -1653,7 +1653,7 @@ def test_run_realtime_report_field_headers():
16531653 _ , _ , kw = call .mock_calls [0 ]
16541654 assert (
16551655 "x-goog-request-params" ,
1656- "property=property/value " ,
1656+ "property=property_value " ,
16571657 ) in kw ["metadata" ]
16581658
16591659
@@ -1667,7 +1667,7 @@ async def test_run_realtime_report_field_headers_async():
16671667 # a field header. Set these to a non-empty value.
16681668 request = analytics_data_api .RunRealtimeReportRequest ()
16691669
1670- request .property = "property/value "
1670+ request .property = "property_value "
16711671
16721672 # Mock the actual call within the gRPC stub, and fake the request.
16731673 with mock .patch .object (
@@ -1687,7 +1687,7 @@ async def test_run_realtime_report_field_headers_async():
16871687 _ , _ , kw = call .mock_calls [0 ]
16881688 assert (
16891689 "x-goog-request-params" ,
1690- "property=property/value " ,
1690+ "property=property_value " ,
16911691 ) in kw ["metadata" ]
16921692
16931693
@@ -1790,7 +1790,7 @@ def test_check_compatibility_field_headers():
17901790 # a field header. Set these to a non-empty value.
17911791 request = analytics_data_api .CheckCompatibilityRequest ()
17921792
1793- request .property = "property/value "
1793+ request .property = "property_value "
17941794
17951795 # Mock the actual call within the gRPC stub, and fake the request.
17961796 with mock .patch .object (
@@ -1808,7 +1808,7 @@ def test_check_compatibility_field_headers():
18081808 _ , _ , kw = call .mock_calls [0 ]
18091809 assert (
18101810 "x-goog-request-params" ,
1811- "property=property/value " ,
1811+ "property=property_value " ,
18121812 ) in kw ["metadata" ]
18131813
18141814
@@ -1822,7 +1822,7 @@ async def test_check_compatibility_field_headers_async():
18221822 # a field header. Set these to a non-empty value.
18231823 request = analytics_data_api .CheckCompatibilityRequest ()
18241824
1825- request .property = "property/value "
1825+ request .property = "property_value "
18261826
18271827 # Mock the actual call within the gRPC stub, and fake the request.
18281828 with mock .patch .object (
@@ -1842,7 +1842,7 @@ async def test_check_compatibility_field_headers_async():
18421842 _ , _ , kw = call .mock_calls [0 ]
18431843 assert (
18441844 "x-goog-request-params" ,
1845- "property=property/value " ,
1845+ "property=property_value " ,
18461846 ) in kw ["metadata" ]
18471847
18481848
0 commit comments