From 4f62cdc6dee556790b270ed85da34071bbb223fc Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 8 Jun 2020 12:03:08 +0300 Subject: [PATCH] Fixed test --- tests/e2e/Services/Teams/TeamsBaseClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Teams/TeamsBaseClient.php b/tests/e2e/Services/Teams/TeamsBaseClient.php index ec4676fe6..6d6df372a 100644 --- a/tests/e2e/Services/Teams/TeamsBaseClient.php +++ b/tests/e2e/Services/Teams/TeamsBaseClient.php @@ -232,7 +232,7 @@ trait TeamsBaseClient ], $this->getHeaders())); $this->assertEquals(200, $response['headers']['status-code']); - $this->assertCount(1, $response['body']); + $this->assertCount(1, $response['body']['memberships']); var_dump($response);