Skip to content

Commit bef04cb

Browse files
committed
Fix: using real path server instead of fake server for test
1 parent 76bbbe1 commit bef04cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/sdk/client/vmclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def _generate_pubkey_signature_header(self) -> str:
6767

6868
def create_payload(self, vm_id: str, operation: str) -> Dict[str, str]:
6969
path = (
70-
f"/logs/{vm_id}"
70+
f"/control/machine/logs/{vm_id}"
7171
if operation == "logs"
7272
else f"/control/machine/{vm_id}/{operation}"
7373
)

0 commit comments

Comments
 (0)