From 8046d1e54e716910be15a9dad1e6bad8d6b9cbb4 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 15:08:24 -0500 Subject: [PATCH] fix: resolve DuplicateCredentialArgs error when using credentials_file (#146) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: use gapic-generator-python 0.62.1 * fix: resolve DuplicateCredentialArgs error when using credentials_file committer: parthea PiperOrigin-RevId: 425964861 Source-Link: https://github.com/googleapis/googleapis/commit/84b1a5a4f6fb2d04905be58e586b8a7a4310a8cf Source-Link: https://github.com/googleapis/googleapis-gen/commit/4fb761bbd8506ac156f49bac5f18306aa8eb3aa8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGZiNzYxYmJkODUwNmFjMTU2ZjQ5YmFjNWYxODMwNmFhOGViM2FhOCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * lint Co-authored-by: Owl Bot Co-authored-by: Anthonios Partheniou --- .../interactive-tutorials/search/noxfile_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated_samples/interactive-tutorials/search/noxfile_config.py b/generated_samples/interactive-tutorials/search/noxfile_config.py index 401ff7f24f5c..eeab78b4df11 100644 --- a/generated_samples/interactive-tutorials/search/noxfile_config.py +++ b/generated_samples/interactive-tutorials/search/noxfile_config.py @@ -28,5 +28,5 @@ # 'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT', # A dictionary you want to inject into your test. Don't put any # secrets here. These values will override predefined values. - "envs": {"BUCKET_NAME": "retail-interactive-tutorials",}, + "envs": {"BUCKET_NAME": "retail-interactive-tutorials"}, }