ci: rename CallItopUrl by CallUrl + cleanup

This commit is contained in:
odain
2025-12-19 09:54:43 +01:00
parent 545028d68a
commit a4b0b6e855
3 changed files with 5 additions and 67 deletions

View File

@@ -147,7 +147,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 */