gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

fix: fix presubmit failures due to async tests

Open vchudnov-g opened this issue 4 months ago • 0 comments

This fixes a generated test that was causing pre-submits to fail because the tests itself is async (and tests async code) but it wasn't properly marked in order for the test infrastructure to treat it properly.

vchudnov-g avatar Aug 27 '25 18:08 vchudnov-g