File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,34 @@ def get_staging_dirs(
114114 'expected_headers = {"name": "projects/sample1/instances/sample2"}' ,
115115 'expected_headers = {"name": "projects/sample1/instances/sample2", "app_profile_id": ""}'
116116)
117+ s .replace (
118+ "tests/unit/gapic/bigtable_v2/test_bigtable.py" ,
119+ """
120+ expected_headers = {
121+ "authorized_view_name": "projects/sample1/instances/sample2/tables/sample3/authorizedViews/sample4"
122+ }
123+ """ ,
124+ """
125+ expected_headers = {
126+ "authorized_view_name": "projects/sample1/instances/sample2/tables/sample3/authorizedViews/sample4",
127+ "app_profile_id": ""
128+ }
129+ """
130+ )
131+ s .replace (
132+ "tests/unit/gapic/bigtable_v2/test_bigtable.py" ,
133+ """
134+ expected_headers = {
135+ "table_name": "projects/sample1/instances/sample2/tables/sample3"
136+ }
137+ """ ,
138+ """
139+ expected_headers = {
140+ "table_name": "projects/sample1/instances/sample2/tables/sample3"
141+ "app_profile_id": ""
142+ }
143+ """
144+ )
117145
118146# ----------------------------------------------------------------------------
119147# Samples templates
You can’t perform that action at this time.
0 commit comments