1
0
Fork 0
mirror of synced 2024-06-25 17:50:38 +12:00

Fixed test

This commit is contained in:
eldadfux 2019-09-17 08:38:21 +03:00
parent 7c7a616109
commit b5e478966b

View file

@ -73,7 +73,7 @@ class ProjectDatabaseTest extends BaseProjects
'projectUid' => $project['body']['$uid'],
'projectAPIKeyUid' => $key['body']['$uid'],
'projectAPIKeySecret' => $key['body']['secret'],
'projectSession' => $this->projectClient->parseCookie($user['headers']['set-cookie'])['a-session-console'],
'projectSession' => $this->projectClient->parseCookie($user['headers']['set-cookie'])['a-session-' . $project['body']['$uid']],
];
}