We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d430afc commit 370ad43Copy full SHA for 370ad43
test/commands/exec_test.py
@@ -14,7 +14,7 @@ def queue_test_success_res(sessionId="testSessionId"):
14
15
16
def app_config_res():
17
- return {"hostManifest": {"lab": {"workcell": "something.bar.foo"}}}
+ return {"hostManifest": {"lab": {"workcell": {"url": "something.bar.foo"}}}}
18
19
20
def mock_api_endpoint():
transcriptic/commands.py
@@ -1595,7 +1595,7 @@ def execute(
1595
):
1596
frontend_node_address = res_json["hostManifest"][path_lab][
1597
path_workcell
1598
- ]
+ ]["url"]
1599
else:
1600
click.echo(
1601
f"Error when get frontend node address: {res_json}", err=True
0 commit comments