Skip to content

Commit 5ee193c

Browse files
authored
replaced hard coded endpoint string with retrievecloudEndpoint method (#727)
1 parent 6d4d320 commit 5ee193c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ public function testGetCloudEndpointForTestEnvironment(?string $region, string $
362362

363363
$testClient = new Client($testConfig);
364364

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

0 commit comments

Comments
 (0)