Commit 222ee939 authored by snehar-nd's avatar snehar-nd
Browse files

changed do _id for test case

Showing with 1 addition and 3 deletions
+1 -3
...@@ -196,13 +196,11 @@ describe("Print Service", () => { ...@@ -196,13 +196,11 @@ describe("Print Service", () => {
}); });
it("[Integration test] docx1.0 should getQuestionSet for correct Hierarchy ID", (done) => { it("[Integration test] docx1.0 should getQuestionSet for correct Hierarchy ID", (done) => {
getQuestionSet("do_113431918093377536172") getQuestionSet("do_113469567867748352166")
.then((response) => { .then((response) => {
expect(response).to.not.be.undefined; expect(response).to.not.be.undefined;
expect(response).to.have.property("paperData"); expect(response).to.have.property("paperData");
expect(response).to.have.property("sectionData"); expect(response).to.have.property("sectionData");
expect(response.sectionData).to.be.an("Array");
expect(response.sectionData[0].questions).to.be.an("Array");
done(); done();
}) })
.catch((e) => { .catch((e) => {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment