mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
fix ci: DataSynchroTest adapted for Admin profile renaming
This commit is contained in:
@@ -43,7 +43,7 @@ class DataSynchroTest extends ItopDataTestCase
|
||||
$oSet = new DBObjectSet($oSearch);
|
||||
if ($oSet->Count() == 0)
|
||||
{
|
||||
$oProfileSearch = DBSearch::FromOQL('SELECT URP_Profiles WHERE name LIKE "administrator"');
|
||||
$oProfileSearch = DBSearch::FromOQL('SELECT URP_Profiles WHERE id = 1');
|
||||
$oProfileSet = new DBObjectSet($oProfileSearch);
|
||||
$oAdminProfile = $oProfileSet->fetch();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user