We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790cafa commit a7e2110Copy full SHA for a7e2110
owlbot.py
@@ -108,7 +108,12 @@ def get_staging_dirs(
108
"if request.app_profile_id:",
109
"if True: # always attach app_profile_id, even if empty string"
110
)
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
+)
117
118
# ----------------------------------------------------------------------------
119
# Samples templates
0 commit comments