We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba98d92 commit dbdfae7Copy full SHA for dbdfae7
.cloudbuild/library_generation/scripts/integration_tests.py
@@ -33,7 +33,7 @@
33
WELL_KNOWN_GENERATOR_JAR_FILENAME = "gapic-generator-java.jar"
34
35
36
-class CloudBuildIntegrationTest(unittest.TestCase):
+class IntegrationTest(unittest.TestCase):
37
38
def test_monorepo_generation(self):
39
repo_dest = "/workspace/google-cloud-java"
0 commit comments