From 30a0b02651306a695d0dfb7383f653ac69463282 Mon Sep 17 00:00:00 2001 From: Shishir Suvarna Date: Thu, 28 Dec 2023 12:48:51 +0530 Subject: [PATCH] Testcase StatusReportTest connect error message changed --- tests/src/Functional/StatusReportTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Functional/StatusReportTest.php b/tests/src/Functional/StatusReportTest.php index 5b78b1485..7719c999e 100644 --- a/tests/src/Functional/StatusReportTest.php +++ b/tests/src/Functional/StatusReportTest.php @@ -39,7 +39,7 @@ class StatusReportTest extends ApigeeEdgeFunctionalTestBase { const CANNOT_CONNECT_SHORT = 'Cannot connect to Apigee Edge server.'; - const CANNOT_CONNECT_LONG = 'Cannot connect to Apigee server. You have either given wrong credential details or the Apigee server is unreachable. Visit the Apigeegit general settings page to get more information.'; + const CANNOT_CONNECT_LONG = 'Cannot connect to Apigee server. You have either given wrong credential details or the Apigee server is unreachable. Visit the Apigee general settings page to get more information.'; /** * {@inheritdoc}