Skip to content

Commit

Permalink
Merge pull request #10 from project-sunbird/Platform-error-500-testcases
Browse files Browse the repository at this point in the history
Platform error 500 testcases
  • Loading branch information
manzarul authored Jun 26, 2018
2 parents 43664da + a5328f6 commit b27fa20
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ public Object[][] createRequestDataProvider() {
"/api/org/v1/create" },
new Object[] { emptyPayLoad,
Constant.MALFORMED_TEMPLATE_LOCATION + "content_type_mandatory_response.json", "createCourse",
"/api/course/v1/create" },
"/api/course/v1/batch/create" },
new Object[] { emptyPayLoad,
Constant.MALFORMED_TEMPLATE_LOCATION + "content_type_mandatory_response.json", "createPage",
"/api/page/v1/create" },
"/api/data/v1/page/create" },
new Object[] { emptyPayLoad,
Constant.MALFORMED_TEMPLATE_LOCATION + "content_type_mandatory_response.json", "createNote",
"/api/note/v1/create" } };
"/api/notes/v1/create" } };
}

/**
Expand Down

0 comments on commit b27fa20

Please sign in to comment.