fix: failing test, due to different user

refacto/CRUDComponent
Luciano Righetti 2023-09-14 17:12:36 +02:00
parent eb95c44528
commit a42599be32
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class InboxFixture extends TestFixture
'origin' => 'http://127.0.0.1',
'comment' => null,
'description' => 'Handle Phase I of inter-connection when another cerebrate instance performs the request.',
'user_id' => UsersFixture::USER_ORG_ADMIN_ID,
'user_id' => UsersFixture::USER_ADMIN_ID,
'data' => [
'connectorName' => 'MispConnector',
'cerebrateURL' => 'http://127.0.0.1',