Skip to content

Commit 1d7c77f

Browse files
authored
test: Enable service yaml in showcase (#1819)
Co-authored-by: omair <omairn@google.com>
1 parent 4227ff5 commit 1d7c77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gapic-generator/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def fragment_alternative_templates(session):
177177
@contextmanager
178178
def showcase_library(
179179
session, templates="DEFAULT", other_opts: typing.Iterable[str] = (),
180-
include_service_yaml=False,
180+
include_service_yaml=True,
181181
):
182182
"""Install the generated library into the session for showcase tests."""
183183

0 commit comments

Comments
 (0)