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

Commit b0ab66a

Browse files
committed
changed owlbot override path
1 parent eebb1e7 commit b0ab66a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

owlbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ def get_staging_dirs(
118118
"tests/unit/gapic/bigtable_v2/test_bigtable.py",
119119
"""
120120
expected_headers = {
121-
"authorized_view_name": "projects/sample1/instances/sample2/tables/sample3/authorizedViews/sample4"
121+
"table_name": "projects/sample1/instances/sample2/tables/sample3"
122122
}
123123
""",
124124
"""
125125
expected_headers = {
126126
"app_profile_id": "",
127-
"authorized_view_name": "projects/sample1/instances/sample2/tables/sample3/authorizedViews/sample4"
127+
"table_name": "projects/sample1/instances/sample2/tables/sample3"
128128
}
129129
"""
130130
)

0 commit comments

Comments
 (0)