Skip to content

Commit a7e2110

Browse files
committed
add owlbot step to fix tests
1 parent 790cafa commit a7e2110

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

owlbot.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,12 @@ def get_staging_dirs(
108108
"if request.app_profile_id:",
109109
"if True: # always attach app_profile_id, even if empty string"
110110
)
111-
111+
# fix tests
112+
s.replace(
113+
"tests/unit/gapic/bigtable_v2/test_bigtable.py",
114+
'expected_headers = {"name": "projects/sample1/instances/sample2"}',
115+
'expected_headers = {"name": "projects/sample1/instances/sample2", "app_profile_id": ""}'
116+
)
112117

113118
# ----------------------------------------------------------------------------
114119
# Samples templates

0 commit comments

Comments
 (0)