Fixed typo with cli-json

This commit is contained in:
Logan Lipke
2020-07-30 10:05:26 -07:00
parent dcec9e535f
commit 28da5fe190
10 changed files with 10 additions and 10 deletions

View File

@@ -125,7 +125,7 @@ class IPV4VariableTime(LFCliBase):
self.cx_profile.stop_cx()
for sta_name in self.sta_list:
data = LFUtils.portDownRequest(1, sta_name)
url = "json-cli/set_port"
url = "cli-json/set_port"
self.json_post(url, data)
def cleanup(self, sta_list):