Skip to content

Commit

Permalink
Testcase StatusReportTest connect error message changed
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-intelli committed Dec 28, 2023
1 parent 78a4760 commit 30a0b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Functional/StatusReportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 30a0b02

Please sign in to comment.