Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamlin committed Jul 11, 2018
1 parent 8135f0c commit dee435f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tasks/test_gapic.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,15 @@ def test_execute(self, exec_command, check_output):
language='java',
organization_name='google-cloud',
package_metadata_yaml='/path/to/pmy.yaml',
discovery_doc="/path/to/compute.v1.json",
discovery_doc="compute.v1.json",
toolkit_path='/path/to/toolkit',
root_dir='root_dir'
)
expected_cmds = [
' '.join(['java -cp',
'/path/to/toolkit/build/libs/gapic-generator-latest-fatjar.jar',
'com.google.api.codegen.GeneratorMain LEGACY_DISCOGAPIC_AND_PACKAGE',
'--discovery_doc=/path/to/compute.v1.json',
'--discovery_doc=root_dir/compute.v1.json',
'--package_yaml2=/path/to/pmy.yaml --output=/path/to/output',
'--language=java --gapic_yaml=/path/to/compute.yaml',
])
Expand Down

0 comments on commit dee435f

Please sign in to comment.