Skip to content

Commit

Permalink
replaced hard coded endpoint string with retrievecloudEndpoint method (
Browse files Browse the repository at this point in the history
  • Loading branch information
DjoykeAbyah authored Jan 14, 2025
1 parent 6d4d320 commit 5ee193c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public function testGetCloudEndpointForTestEnvironment(?string $region, string $

$testClient = new Client($testConfig);

$actualEndpoint = "https://terminal-api-test.adyen.com";
$actualEndpoint = $testClient->retrieveCloudEndpoint($region, $environment);
$this->assertEquals($expectedEndpoint, $actualEndpoint);
}

Expand Down

0 comments on commit 5ee193c

Please sign in to comment.