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 0555c178d0..ac0b644907 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 @@ -155,7 +155,7 @@ protected void validateHttpStatusCode(Response response, int httpStatusCode) { } /** - * Validate error description of the response, if an entry is available in RESTAPIErrors.properties + * Validate error description of the response, if an entry is available in RESTAPIErrors.properties. * * @param response Response. * @param errorCode Error code.