Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit c832819

Browse files
committed
test(Integration): typo
1 parent bdd8fe1 commit c832819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/ApiTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public function getClientConfig($scope)
137137
$config->setOauthUrl($_SERVER['COMMERCETOOLS_OAUTH_URL']);
138138
}
139139
if (isset($_SERVER['COMMERCETOOLS_API_URL'])) {
140-
$config->setOauthUrl($_SERVER['COMMERCETOOLS_API_URL']);
140+
$config->setApiUrl($_SERVER['COMMERCETOOLS_API_URL']);
141141
}
142142
}
143143
// if (getenv('TEAMCITY_FORMATTER') == "true") {

0 commit comments

Comments
 (0)