From 18e5363f4c1ecc9fdde413ebffe2f32b2ced99a2 Mon Sep 17 00:00:00 2001 From: Ben Greear Date: Sun, 25 Apr 2021 09:21:05 -0700 Subject: [PATCH] ulogin: Fix show_commands URI Signed-off-by: Ben Greear --- test_scripts/python/ulogin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_scripts/python/ulogin.py b/test_scripts/python/ulogin.py index a3f773a4..98664398 100755 --- a/test_scripts/python/ulogin.py +++ b/test_scripts/python/ulogin.py @@ -246,7 +246,7 @@ def show_healthcheck(serno): return data def show_commands(serno): - uri = build_uri("commands") + uri = build_uri("api/v1/commands") if serno != "": uri += "?serialNumber=" uri += serno