From 2c3f894ab058f8854d0a893940e6e323ecd445de Mon Sep 17 00:00:00 2001 From: sadilchamishka <35717390+sadilchamishka@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:50:31 +0530 Subject: [PATCH] Update modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/rest/api/common/B2BRESTTestBase.java Co-authored-by: Anuradha Karunarathna --- .../integration/test/rest/api/common/B2BRESTTestBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/rest/api/common/B2BRESTTestBase.java b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/rest/api/common/B2BRESTTestBase.java index ac0b644907..f16ec2c2c5 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/rest/api/common/B2BRESTTestBase.java +++ b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/rest/api/common/B2BRESTTestBase.java @@ -140,7 +140,7 @@ protected void validateErrorResponse(Response response, int httpStatusCode, Stri } /** - * Validate http status code of the response + * Validate http status code of the response. * * @param response Response. * @param httpStatusCode Expected status code.