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

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamlin committed Jul 11, 2018
1 parent 05dec7f commit da4fe0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/tasks/test_gapic.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ def test_execute(self, exec_command, check_output):
organization_name='google-cloud',
package_metadata_yaml='/path/to/pmy.yaml',
discovery_doc="/path/to/compute.v1.json",
toolkit_path='/path/to/toolkit'
toolkit_path='/path/to/toolkit',
root_dir='root_dir'
)
expected_cmds = [
' '.join(['java -cp',
Expand Down

0 comments on commit da4fe0a

Please sign in to comment.