ci: rename CallItopUrl by CallUrl + cleanup

This commit is contained in:
odain
2025-12-19 09:54:43 +01:00
parent 6cb08ba361
commit 1fe401c102
3 changed files with 5 additions and 66 deletions

View File

@@ -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 */