mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
ci: rename CallItopUrl by CallUrl + cleanup
This commit is contained in:
@@ -176,7 +176,8 @@ class QueryTest extends ItopDataTestCase
|
||||
CURLOPT_HTTPAUTH => CURLAUTH_BASIC,
|
||||
CURLOPT_USERPWD => self::USER.':'.self::PASSWORD,
|
||||
];
|
||||
return $this->CallItopUrl($url, [], $aCurlOptions);
|
||||
|
||||
return $this->CallUrl($url, [], $aCurlOptions);
|
||||
}
|
||||
|
||||
/** @inheritDoc */
|
||||
|
||||
Reference in New Issue
Block a user