Skip to content

Commit

Permalink
Updated translator_test_client to send new 'dlg_mgr_deploy' field to …
Browse files Browse the repository at this point in the history
…/gen_pg
  • Loading branch information
james-strauss-uwa committed Oct 20, 2020
1 parent 2141e9e commit eb7d5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenAPI/tests/translator_test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
lg_name='test', algo='metis', num_islands=1)
print(html_content)
html_content = translator.gen_pg(
pgt_id='test', dlg_mgr_host='127.0.0.1', dlg_mgr_port=8001)
pgt_id='test', dlg_mgr_host='127.0.0.1', dlg_mgr_port=8001, dlg_mgr_deploy='deploy')

0 comments on commit eb7d5b5

Please sign in to comment.