Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 04103f9

Browse files
committed
removed extra app_profile_id lines
1 parent edd99a1 commit 04103f9

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

tests/unit/gapic/bigtable_v2/test_bigtable.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6911,7 +6911,6 @@ def test_read_rows_routing_parameters_request_3_grpc():
69116911

69126912
expected_headers = {
69136913
"table_name": "projects/sample1/instances/sample2/tables/sample3",
6914-
"app_profile_id": "",
69156914
}
69166915
assert (
69176916
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -7001,7 +7000,6 @@ def test_sample_row_keys_routing_parameters_request_3_grpc():
70017000

70027001
expected_headers = {
70037002
"table_name": "projects/sample1/instances/sample2/tables/sample3",
7004-
"app_profile_id": "",
70057003
}
70067004
assert (
70077005
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -7091,7 +7089,6 @@ def test_mutate_row_routing_parameters_request_3_grpc():
70917089

70927090
expected_headers = {
70937091
"table_name": "projects/sample1/instances/sample2/tables/sample3",
7094-
"app_profile_id": "",
70957092
}
70967093
assert (
70977094
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -7181,7 +7178,6 @@ def test_mutate_rows_routing_parameters_request_3_grpc():
71817178

71827179
expected_headers = {
71837180
"table_name": "projects/sample1/instances/sample2/tables/sample3",
7184-
"app_profile_id": "",
71857181
}
71867182
assert (
71877183
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -7277,7 +7273,6 @@ def test_check_and_mutate_row_routing_parameters_request_3_grpc():
72777273

72787274
expected_headers = {
72797275
"table_name": "projects/sample1/instances/sample2/tables/sample3",
7280-
"app_profile_id": "",
72817276
}
72827277
assert (
72837278
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -7428,7 +7423,6 @@ def test_read_modify_write_row_routing_parameters_request_3_grpc():
74287423

74297424
expected_headers = {
74307425
"table_name": "projects/sample1/instances/sample2/tables/sample3",
7431-
"app_profile_id": "",
74327426
}
74337427
assert (
74347428
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -7950,7 +7944,6 @@ async def test_read_rows_routing_parameters_request_3_grpc_asyncio():
79507944

79517945
expected_headers = {
79527946
"table_name": "projects/sample1/instances/sample2/tables/sample3",
7953-
"app_profile_id": "",
79547947
}
79557948
assert (
79567949
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -8055,7 +8048,6 @@ async def test_sample_row_keys_routing_parameters_request_3_grpc_asyncio():
80558048

80568049
expected_headers = {
80578050
"table_name": "projects/sample1/instances/sample2/tables/sample3",
8058-
"app_profile_id": "",
80598051
}
80608052
assert (
80618053
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -8157,7 +8149,6 @@ async def test_mutate_row_routing_parameters_request_3_grpc_asyncio():
81578149

81588150
expected_headers = {
81598151
"table_name": "projects/sample1/instances/sample2/tables/sample3",
8160-
"app_profile_id": "",
81618152
}
81628153
assert (
81638154
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -8262,7 +8253,6 @@ async def test_mutate_rows_routing_parameters_request_3_grpc_asyncio():
82628253

82638254
expected_headers = {
82648255
"table_name": "projects/sample1/instances/sample2/tables/sample3",
8265-
"app_profile_id": "",
82668256
}
82678257
assert (
82688258
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -8376,7 +8366,6 @@ async def test_check_and_mutate_row_routing_parameters_request_3_grpc_asyncio():
83768366

83778367
expected_headers = {
83788368
"table_name": "projects/sample1/instances/sample2/tables/sample3",
8379-
"app_profile_id": "",
83808369
}
83818370
assert (
83828371
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -8549,7 +8538,6 @@ async def test_read_modify_write_row_routing_parameters_request_3_grpc_asyncio()
85498538

85508539
expected_headers = {
85518540
"table_name": "projects/sample1/instances/sample2/tables/sample3",
8552-
"app_profile_id": "",
85538541
}
85548542
assert (
85558543
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -10391,7 +10379,6 @@ def test_read_rows_routing_parameters_request_3_rest():
1039110379

1039210380
expected_headers = {
1039310381
"table_name": "projects/sample1/instances/sample2/tables/sample3",
10394-
"app_profile_id": "",
1039510382
}
1039610383
assert (
1039710384
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -10478,7 +10465,6 @@ def test_sample_row_keys_routing_parameters_request_3_rest():
1047810465

1047910466
expected_headers = {
1048010467
"table_name": "projects/sample1/instances/sample2/tables/sample3",
10481-
"app_profile_id": "",
1048210468
}
1048310469
assert (
1048410470
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -10565,7 +10551,6 @@ def test_mutate_row_routing_parameters_request_3_rest():
1056510551

1056610552
expected_headers = {
1056710553
"table_name": "projects/sample1/instances/sample2/tables/sample3",
10568-
"app_profile_id": "",
1056910554
}
1057010555
assert (
1057110556
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -10652,7 +10637,6 @@ def test_mutate_rows_routing_parameters_request_3_rest():
1065210637

1065310638
expected_headers = {
1065410639
"table_name": "projects/sample1/instances/sample2/tables/sample3",
10655-
"app_profile_id": "",
1065610640
}
1065710641
assert (
1065810642
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -10745,7 +10729,6 @@ def test_check_and_mutate_row_routing_parameters_request_3_rest():
1074510729

1074610730
expected_headers = {
1074710731
"table_name": "projects/sample1/instances/sample2/tables/sample3",
10748-
"app_profile_id": "",
1074910732
}
1075010733
assert (
1075110734
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]
@@ -10891,7 +10874,6 @@ def test_read_modify_write_row_routing_parameters_request_3_rest():
1089110874

1089210875
expected_headers = {
1089310876
"table_name": "projects/sample1/instances/sample2/tables/sample3",
10894-
"app_profile_id": "",
1089510877
}
1089610878
assert (
1089710879
gapic_v1.routing_header.to_grpc_metadata(expected_headers) in kw["metadata"]

0 commit comments

Comments
 (0)