We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3bc4a commit a8cf40eCopy full SHA for a8cf40e
2 files changed
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
@@ -1593,7 +1593,7 @@ def execute(
1593
):
1594
frontend_node_address = res_json["hostManifest"][path_lab][
1595
path_workcell
1596
- ]
+ ]["url"]
1597
else:
1598
click.echo(
1599
f"Error when get frontend node address: {res_json}", err=True
0 commit comments