Skip to content

Commit

Permalink
rm unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 19, 2024
1 parent 9e5229a commit c91d264
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .cloudbuild/library_generation/scripts/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@
from filecmp import dircmp

script_dir = os.path.dirname(os.path.realpath(__file__))
# generator_jar_coordinates_file = os.path.join(config_dir, "test_generator_coordinates")
# This variable is used to override the jar created by building the image
# with our own downloaded jar in order to lock the integration test to use
# a constant version specified in
# library_generation/test/resources/integration/test_generator_coordinates
# This allows us to decouple the generation workflow testing with what the
# generator jar will actually generate.
# See library_generation/DEVELOPMENT.md ("The Hermetic Build's
# well-known folder").
WELL_KNOWN_GENERATOR_JAR_FILENAME = "gapic-generator-java.jar"


class IntegrationTest(unittest.TestCase):
Expand Down

0 comments on commit c91d264

Please sign in to comment.