gapic-generator-python
gapic-generator-python copied to clipboard
fix: fix presubmit failures due to async tests
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.