From 7e335c569a47f392528b2da0c8c18a41b249c415 Mon Sep 17 00:00:00 2001 From: sadilchamishka <35717390+sadilchamishka@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:50:21 +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 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.