Skip to content

Commit

Permalink
MOSIP-34152
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanachandran S <[email protected]>
  • Loading branch information
mohanachandran-s committed Jul 1, 2024
1 parent f175747 commit 2de49c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1767,6 +1767,7 @@ public static Response postRequestWithQueryParamBodyAndCookie(String url, Object

public static byte[] postRequestWithFormDataBodyForPdf(String url, Map<String, String> formData) {
byte[] pdf;
GlobalMethods.addToServerEndPointMap(url);

EncoderConfig encoderConfig = new EncoderConfig().encodeContentTypeAs("application/x-www-form-urlencoded",
io.restassured.http.ContentType.URLENC);
Expand Down

0 comments on commit 2de49c5

Please sign in to comment.