Merge "Reorder modifiers"
[so.git] / bpmn / MSOCoreBPMN / src / test / java / org / openecomp / mso / bpmn / core / json / JsonUtilsTest.java
index 7bb1000..644f983 100644 (file)
@@ -52,7 +52,7 @@ public class JsonUtilsTest {
        public void entryArrayToMapTest() throws IOException {
                JsonUtils utils = new JsonUtils();
                String response = this.getJson("SNIROExample.json");
-               String entry = utils.getJsonValue(response, "solutionInfo.placementInfo");
+               String entry = utils.getJsonValue(response, "solutionInfo.placement");
                JSONArray arr = new JSONArray(entry);
                JSONObject homingDataJson = arr.getJSONObject(0);
                JSONArray assignmentInfo = homingDataJson.getJSONArray("assignmentInfo");