From 68289c75642bad558f344bdd13b357af781fbe8b Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Tue, 10 Feb 2009 08:13:39 +0000 Subject: [PATCH] Fix one more RAPI QA test This was skipped in the previous QA patch. Reviewed-by: imsnah --- qa/qa_rapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/qa_rapi.py b/qa/qa_rapi.py index ce0cfdec8..7c668c518 100644 --- a/qa/qa_rapi.py +++ b/qa/qa_rapi.py @@ -51,7 +51,7 @@ NODE_FIELDS = ("name", "dtotal", "dfree", "mtotal", "mnode", "mfree", "pinst_cnt", "sinst_cnt", "tags") -LIST_FIELDS = ("name", "uri") +LIST_FIELDS = ("id", "uri") def Enabled(): -- GitLab