mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°4459 - Sodium default encrypted key invalid in the CI (workaround)
This commit is contained in:
@@ -14,6 +14,14 @@ class QueryBuilderExpressionsTest extends \Combodo\iTop\Test\UnitTest\ItopCustom
|
||||
return __DIR__."/Delta/all-attributes.xml";
|
||||
}
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
// Workaround to cope with inconsistent settings in itop-config files from the CI
|
||||
\AttributeEncryptedString::$sKey = "6eb9d9afa3ee0fbcebe622a33bf57aaeafb7c37998fd24c403c2522c2d60117f";
|
||||
}
|
||||
|
||||
public function testICanWriteAndReadAnyTypeOfAttribute()
|
||||
{
|
||||
$oTagA = \MetaModel::NewObject(\TagSetFieldData::GetTagDataClassName('TestObject', 'tagset'), [
|
||||
|
||||
Reference in New Issue
Block a user