Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c8ae51d

Browse files
committed
- fix API-Url in test.
1 parent c9c2ed1 commit c8ae51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/DeepLTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function testTranslateException()
5353
public function testBuildBaseUrl()
5454
{
5555
$authKey = '123456';
56-
$expectedUrl = 'https://api.deepl.com/v2/translate?auth_key='.$authKey;
56+
$expectedUrl = 'https://api-free.deepl.com/v2/translate?auth_key='.$authKey;
5757
$deepl = new DeepL($authKey);
5858
$buildUrl = self::getMethod('\BabyMarkt\DeepL\DeepL', 'buildBaseUrl');
5959
$return = $buildUrl->invokeArgs($deepl, array());

0 commit comments

Comments
 (0)