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}