1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00
This commit is contained in:
Eldad Fux 2021-05-13 20:05:19 +03:00
parent bd02cc8370
commit 732163bf9f

View file

@ -152,6 +152,8 @@ trait TeamsBaseClient
$this->assertIsInt($response['body']['joined']);
$this->assertEquals(true, $response['body']['confirm']);
var_dump($response);
$session = $this->client->parseCookie((string)$response['headers']['set-cookie'])['a_session_'.$this->getProject()['$id']];
$data['session'] = $session;