Skip to content

Commit 959d499

Browse files
committed
coverage
1 parent 4da3e46 commit 959d499

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.generator/test_cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ def mock_build_bazel_file(tmp_path, monkeypatch):
159159
transport = "grpc+rest",
160160
deps = [
161161
],
162+
opt_args = [
163+
"python-gapic-namespace=google.cloud",
164+
],
162165
)"""
163166
build_bazel_file.write_text(build_bazel_content)
164167

0 commit comments

Comments
 (0)