Skip to content

Commit 4b50876

Browse files
committed
chore(generator): restore get_uuid4_re macro in test_macros.j2
1 parent fa8fbae commit 4b50876

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • packages/gapic-generator/gapic/templates/tests/unit/gapic/%name_%version/%sub

packages/gapic-generator/gapic/templates/tests/unit/gapic/%name_%version/%sub/test_macros.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2215,6 +2215,10 @@ def test_initialize_client_w_{{transport_name}}():
22152215
{% endfor %}{# method in service.methods.values() #}
22162216
{% endmacro %}{# empty_call_test #}
22172217

2218+
{% macro get_uuid4_re() -%}
2219+
{{ uuid4_re }}
2220+
{%- endmacro %}{# uuid_re #}
2221+
22182222
{% macro routing_parameter_test(service, api, transport, is_async) %}
22192223
{% for method in service.methods.values() %}{# method #}
22202224
{# See existing proposal b/330610501 to add support for explicit routing in BIDI/client side streaming #}

0 commit comments

Comments
 (0)