Skip to content

Commit

Permalink
MOSIP-35416
Browse files Browse the repository at this point in the history
Signed-off-by: Anup Nehe <[email protected]>
  • Loading branch information
anup-nehe committed Oct 10, 2024
1 parent 27af7ce commit 3db71d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ protected Response postWithBodyAndCookieWithText(String url, String jsonInput, S
protected Response postWithBodyAndCookieWithoutBody(String url, String jsonInput, String cookieName, String role,
String testCaseName) {
Response response = null;
jsonInput = null;

String inputJson = inputJsonKeyWordHandeler(jsonInput, testCaseName);
url = uriKeyWordHandelerUri(url, testCaseName);
token = kernelAuthLib.getTokenByRole(role);
Expand Down

0 comments on commit 3db71d8

Please sign in to comment.