瀏覽代碼

AMBARI-6600. HttpPropertyProviderTest fails.(vbrodetskyi)

Vitaly Brodetskyi 11 年之前
父節點
當前提交
ec858410ef

+ 1 - 1
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HttpPropertyProviderTest.java

@@ -265,7 +265,7 @@ public class HttpPropertyProviderTest {
         throw new IOException("Fake error");
         throw new IOException("Fake error");
       }
       }
       
       
-      String responseStr = "{\"alerts\": [{\"Alert Body\": \"Body\"}],\"clusterInfo\": [{\"haState\": \"ACTIVE\"}],"
+      String responseStr = "{\"alerts\": [{\"Alert Body\": \"Body\"}],\"clusterInfo\": {\"haState\": \"ACTIVE\"},"
           + " \"hostcounts\": {\"up_hosts\":\"1\", \"down_hosts\":\"0\"}}";
           + " \"hostcounts\": {\"up_hosts\":\"1\", \"down_hosts\":\"0\"}}";
         return new ByteArrayInputStream(responseStr.getBytes("UTF-8"));
         return new ByteArrayInputStream(responseStr.getBytes("UTF-8"));
     }
     }